Giter VIP home page Giter VIP logo

Comments (3)

hypfvieh avatar hypfvieh commented on August 16, 2024

I did not try to use DBus implementation of systemd (I'm not a fan of systemd anyway).
For me it sounds like the described behavior is the expected behavior.

If you close the DBus connection, usually everything you registered on the bus should be removed.
As DBus is just a type of communication platform, a registered name (end point) without any consumer makes no sense at all (dead end).

What would you expect to happen if one sends something to your registered object, when you've closed all connections?
I would assume all communication attempts will fail.

What's the problem with the running threads? Threads without any work to do, will cause no harm to anything. They just idle around and will get active if someone is talking to your service.

If you do not want to listen all the time, unregistering and disconnection is the right way to go.

from dbus-java.

aygalinc avatar aygalinc commented on August 16, 2024

What's the problem with the running threads? Threads without any work to do, will cause no harm to anything. They just idle around and will get active if someone is talking to your service.

As stated here https://stackoverflow.com/questions/43795545/is-idle-thread-taking-cpu-execute-time-in-java-executors :
" threads are a OS resource. So even when they "only exist" and do nothing; they have that "cost". Where again, it might depend on the OS if that could ever turn into a problem "
In my case, I am on a constraint environment so I get ride of all possible allocated when it is possible.
Cost can also be related to memory and not only CPU usage.

Ok for me if it is the desired behavior.

from dbus-java.

hypfvieh avatar hypfvieh commented on August 16, 2024

if resources are a problem, I would consider using a language which is a bit more memory and CPU friendly than java ...

Anyway, I'll close this ticket, as there is nothing wrong with dbus-java.
As already stated in [https://github.com//issues/47#issuecomment-485231961](Comment 2), closing the connection should always removed registered objects from DBus.

from dbus-java.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.