XIPC is a middleware
product that manages interprocess
communication across programs in a network. A process is a unit of
work associated with a particular user request (for example). Completing that work usually involves
creating other processes or communicating between processes. This interprocess communication is
performed using:
- Message queueing
- Semaphores
- Memory sharing
XIPC allows a programmer to use these interprocess communication methods across processes that
are distributed in different locations in a network so that the programmer need not be aware of the
network or individual process locations. To do this, XIPC adds peer-to-peer
messaging to the IPC methods. The developer of XIPC, Level 8 Software, calls this "message-oriented
middleware (MOM)."
This was last updated in April 2005
Email Alerts
Register now to receive SearchSOA.com-related news, tips and more, delivered to your inbox.
By submitting you agree to receive email from TechTarget and its partners. If you reside outside of the United States, you consent to having your personal data transferred to and processed in the United States.
Privacy
Dig Deeper
-
Service virtualization allows teams to simulate services before they are truly available. That’s a plus for Agile development and integration testing.
-
Application integration efforts cannot be built on a green field, but must leverage existing systems. This calls for a variety of middleware tools.
-
In this Ask the Expert, Todd Biske explains if SOA needs to be lightweight and flexible in order to handle Agile projects and also talks about ways governance programs keep Agile developers on track without outside distractions.
-
People who read this also read...
-
Resources from around the Web