Re: Inter Process Communication, full-duplex
- From: Kasper Lindberg <NoSp@xxxxxxxxx>
- Date: Fri, 06 Jun 2008 10:39:47 +0200
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
.
- Follow-Ups:
- Re: Inter Process Communication, full-duplex
- From: Jerry McBride
- Re: Inter Process Communication, full-duplex
- References:
- Inter Process Communication, full-duplex
- From: Kasper Lindberg
- Re: Inter Process Communication, full-duplex
- From: Jerry McBride
- Inter Process Communication, full-duplex
- Prev by Date: Re: tables
- Next by Date: Re: Inter Process Communication, full-duplex
- Previous by thread: Re: Inter Process Communication, full-duplex
- Next by thread: Re: Inter Process Communication, full-duplex
- Index(es):
Relevant Pages
|