Thread: Messaging Middleware

  1. #1
    Registered User
    Join Date
    Apr 2009
    Posts
    1

    Messaging Middleware

    Hi,

    I need to exchange data between two or more process.
    Each process could be on a different computer.

    Is there any middleware to do this?

    Actually I use RPC + message queue, I'd like something like a "remote" message queue.

    I don't want to use MPI (don't ask me why...it's complex).

    In alternative I can use socket...is there any higher level alternative?

    Thank you
    Luca

  2. #2
    Registered User Maz's Avatar
    Join Date
    Nov 2005
    Location
    Finland
    Posts
    194
    If the processes can be on different computers, then I bet the sockets are your best option.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Asynchronous Messaging
    By birkelbach in forum Networking/Device Communication
    Replies: 1
    Last Post: 05-30-2008, 02:35 PM
  2. Simple Instant Messaging
    By mrafcho001 in forum Tech Board
    Replies: 1
    Last Post: 03-30-2006, 05:04 PM
  3. Winsock Messaging Program
    By Morgul in forum Windows Programming
    Replies: 13
    Last Post: 04-25-2005, 04:00 PM
  4. Simulation of electronic messaging
    By c_help in forum C Programming
    Replies: 9
    Last Post: 02-19-2005, 11:18 AM
  5. Messaging program?
    By CrackDown in forum Linux Programming
    Replies: 2
    Last Post: 12-02-2003, 04:04 AM