Results 1 to 2 of 2
I'm looking for a Interprocess communication package that would ONLY have to interface with Linux OS apps on the same server. Some of these will be 3rd party apps that ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-12-2006 #1Just Joined!
- Join Date
- Jan 2006
- Posts
- 7
Looking for Interprocess Com package
I'm looking for a Interprocess communication package that would ONLY have to interface with Linux OS apps on the same server. Some of these will be 3rd party apps that are already out there or will be implemented. Need to support C and JAVA. So need something that is widely know. CORBA has been shot down already.
A number of packages to chose from. DCE, SOAP, D-BUS, DCOP, XML-RPC.
If anybody can point me to any publications that discuss in depth, I would appreciate.
Or can make some cases for the best from the list OR is there something better.
Needs:
1. 3rd party supported, is there one that is more widely supported now that others?
2. Simple Implemenation
3. No or small license fee
4. C, C++, and JAVA supported
5. Linux Redhat compatiable
6. Speed isn't a major concern, so XML based packages are exceptable.
Thanks in advance.
- 01-25-2006 #2Just Joined!
- Join Date
- Apr 2005
- Location
- Romania
- Posts
- 42
The IPC facilities (how user mode processes can synchronize themselves and exchange data) are already implemented in Linux (signals, message queues, pipes, semaphores...). Do you need some examples (C/C++, Java, ...) of Linux IPC ?


Reply With Quote
