java Programming Glossary: ipc
Performance issue using Javas Object streams with Sockets http://stackoverflow.com/questions/2251051/performance-issue-using-javas-object-streams-with-sockets Javas Object streams with Sockets I'm trying to do local IPC using Sockets and Object streams in Java however I'm seeing..
fastest (low latency) method for Inter Process Communication between Java and C/C++ http://stackoverflow.com/questions/2635272/fastest-low-latency-method-for-inter-process-communication-between-java-and-c for a faster way to exchange data lower latency using IPC methods. I've been researching the net and came up with references..
inter jvm communication http://stackoverflow.com/questions/810212/inter-jvm-communication will only really help when sending large messages. For IPC between JVMs on different machines try JIPC share improve this..
Good alternative to shared memory IPC for Java/C++ apps on Linux http://stackoverflow.com/questions/904492/good-alternative-to-shared-memory-ipc-for-java-c-apps-on-linux alternative to shared memory IPC for Java C apps on Linux I'm currently using shared memory.. C apps on Linux I'm currently using shared memory for IPC between Java and C apps but looking for a more convenient alternative... and message queues. See this question Comparing unix lixux IPC for more information. What is the interaction model for your..
Is there an off-the-shelf clock synchronization solution for Java? http://stackoverflow.com/questions/939633/is-there-an-off-the-shelf-clock-synchronization-solution-for-java and with what latency of course process switching and IPC adds latency which is ok . The problem of course is clock synchronization...
|