Message Queue for high performance system



We are planning to use around 100 message queues in a high performance
system for IPC. And the messages used are of fewer bytes in sizes.

Would like to know if there any limitations or caveats in using Linux
IPC message queues.

Appreciate your inputs.
.



Relevant Pages

  • "System V IPC is a botch?"
    ... immediately used to access a message queue, semaphore set, or shared memory ... With Sys V IPC, B can ... Does not fit comfortably within the "traditional unix filesystem ... > threaded process to block on multiple message queues. ...
    (comp.unix.programmer)
  • Linux Programming Model
    ... of the IPC mechanisms and programming models and what is general is ... Is the efficient and simple IPC Mechanism Message queues? ... What does a popular open source Linux ...
    (comp.os.linux.development.apps)
  • Re: Message Queue for high performance system
    ... Would like to know if there any limitations or caveats in using Linux ... IPC message queues. ... Old *nix systems required static allocation of message queues: ...
    (comp.os.linux.embedded)
  • error when compiling source that include sys/msg.h and linux/msg.h
    ... I need to do some ipc with message queues and want to know the max message size. ... But if add this line to my source the compiler bothers about redefiniting some ipc structs... ... Debian GNU/Linux 4.0 ...
    (comp.os.linux.development.apps)
  • Re: Interprocess communication: which scenario?
    ... > I need to do the following simple interprocess communication ... > via the client's GUI (Each client's GUI is viewed by a different ... > learning molecular-level trivia about IPC to implement the application ... > message queues, etc. is most appropriate for my application model. ...
    (comp.lang.c)