Discussion:
Mutex, Events, Shared Memory
(too old to reply)
Eric Orilla
2005-02-24 03:27:58 UTC
Permalink
Is the subject above can be implemented in JAVA? My goal is to have an inter-process-communication (IPC is very common in windows and linux)

Thanks a lot....
Kevin Dean [TeamB]
2005-02-24 03:41:59 UTC
Permalink
Post by Eric Orilla
Is the subject above can be implemented in JAVA? My goal is to have
an inter-process-communication (IPC is very common in windows and
linux)
Thanks a lot....
IPC is not available in Java, but JDK 5.0 has introduced a number of
new synchronizers that work within a single application; they were part
of a tech tip recently:

http://java.sun.com/developer/JDCTechTips/2005/tt0216.html

Basic IPC in Java is sometimes accomplished through TCP/IP with partner
applications listening on known ports.
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/

NEW WHITEPAPERS
Team Development with JBuilder and Borland Enterprise Server
Securing Borland Enterprise Server
http://www.datadevelopment.com/papers/index.html

Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html
Loading...