Giter VIP home page Giter VIP logo

Comments (6)

hypfvieh avatar hypfvieh commented on July 17, 2024

I can remember exactly why, but allowing the outside world to create multiple DBusConnections in the same application does not work that well.

I came accross that problem while refactoring dbus-java for version 3.0.
After cleaning up, I wanted to get rid of the static stuff and shared connections.
But after removing this part and using the constructor directly, the connection did not work at all.

If I remember correctly it was an issue with the Unix-Socket stuff.
If you try to connect to DBus using UnixSocket multiple times from the same application your connection will be refused.

So even if it would be possible to create multiple DBusConnections it would cause trouble later on, or does not behave like expected.

from dbus-java.

lbeuster avatar lbeuster commented on July 17, 2024

I'm not quite sure but I think this is no limitation of unix domain sockets. I guess it's somewhere in the code or used libs. Currently I use independant dbus connection object (calling the private constructor via reflection) and have no problems. I will check my tests if I really use connection in parallel.

And even if it doesn't work for parallel clients on domain sockets it still works for tcp-sockets or for domain sockets with only one active connection.

Do you have some code to reproduce this behavior. Or do you remember the usecase that caused your problems on 3.0 (1 client + 1 service or 2 clients + 1 service or ...)?

from dbus-java.

hypfvieh avatar hypfvieh commented on July 17, 2024

Sorry, I don't know which setup it was, it's just too long ago...

I'm also sure that this is not a DBus problem.
I guess it's more an issue of the UnixSocket library (libmatthew) and/or the integrated SASL stuff.

from dbus-java.

lbeuster avatar lbeuster commented on July 17, 2024

I will try a little bit to reproduce it...

from dbus-java.

lbeuster avatar lbeuster commented on July 17, 2024

I created a stress test with several services and several clients in the same JVM each using it's own DBusConnection. I could not produce any error on Mac and Ubuntu. That's the expected behavior. Maybe there was a mistake during your refactoring or perhaps something in my test is wrong.
If you want to have a look on it...

https://github.com/lbeuster/dbus-java/tree/no_shared_connection

And please feel free to add it to dbus-java.

from dbus-java.

hypfvieh avatar hypfvieh commented on July 17, 2024

I added your test and changes to 32442c1.
Thanks for your contribution. I'll close this ticket now.

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.