Guest User

Untitled

a guest
Jun 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <diega> is it just matter of open a socket to some path and start throwing streams and receiving them?
  2. <thiago> diega: yes
  3. <thiago> diega: how do you open Unix sockets on Java?
  4. <diega> thiago, hehe, I was just thinking on that, I was referring to tcp sockets if I want them to be portable
  5. <thiago> then you don't want it portable
  6. <thiago> you want Unix sockets
  7. <diega> thiago, not following you. I would like to keep the dependencies outside the JVM as much as possible, and the JVM only provides tcp sockets. And I want to avoid not strictly java dependencies also
  8. <thiago> ok
  9. <thiago> then you will change your mind and you will use JVM
  10. <thiago> you need Unix sockets
  11. <diega> there is no way to use dbus across tcp sockets?
  12. <diega> sorry to be insistent
Add Comment
Please, Sign In to add comment