ipcsocket
ipcsocket copied to clipboard
IPC: Unix Domain Socket and Windows Named Pipes for Java
I know nothing about the underlying implementation (so feel free to correct my misinterpretation) but a quick glance tells me that there's both a JNA-only and JNI-only implementation, and that...
I noticed that UnixDomainServerSocket returns useful information on a call to toString(), but it's friend UnixDomainSocket does not return useful information, it actually returns incorrect information: Socket[unconnected] More useful and...
When running for example sbtn on a given user, a temp '/tmp/.sbt/ipcsocket ' directory will be created and it will be owned by that user. Any other user will be...
Fixes https://github.com/sbt/ipcsocket/issues/22