Re: Inter Process Communication, full-duplex



Jerry McBride skrev:

How about sockets? Works locally, on the lan or across the Inet...


Sockets are fine, if you are trying to communicate between 2 (or more) machines, but I do not have that problem. My processes are running on the same machine and therefore should not use sockets.

Additionally, the machines that these programs will be running on have a very strict firewall policy. Depending on the firewall, it may or may not block connections to my CPM-program. I don't see a reason to introduce this potential problem if I can help it. (I will not be the one to setup/install the system in question)

So, if I ignore the use of sockets, for a moment, what are my options for performing inter-process-communication using java?


--
Kind Regards
/Kasper
.



Relevant Pages

  • Re: Board fabrication to make custom lamp boards?
    ... lamp boards from under newer WMS machines made, so you can use the twist ... Either for custom machines or to replace earlier machines that have the ... reliable than discrete sockets. ... The hardest part it seems is getting the cutout correct I'd assume they ...
    (rec.games.pinball)
  • Re: Inter Process Communication, full-duplex
    ... Sockets are fine, if you are trying to communicate between 2 machines, but I do not have that problem. ... the machines that these programs will be running on have a very strict firewall policy. ...
    (comp.lang.java)
  • Re: Help needed: Wierd Socket/RMI issue
    ... > has opened sockets, accepts them, has the open sockets ... you describe has any effect on remote machines. ... > traffic over the network? ... the socket state is LISTENING. ...
    (comp.lang.java.programmer)
  • Re: Linux Socket Problem?
    ... and for each pair of machines ... > recving msg, the other two for sending and recving acks. ... > signals resp. ... selectshould always be used with non-blocking sockets. ...
    (comp.os.linux.networking)
  • Re: Windows XP sockets and multithreaded application
    ... I do have success on other XP machines. ... I'm trying to debug a multi-threaded application that uses sockets ... The application runs fine on Windows NT but on Windows XP it seems to ... Is there some sort of OS scheduling hiccup going on? ...
    (microsoft.public.win32.programmer.networks)