message queues and select
From: Andrei Voropaev (avorop_at_mail.ru)
Date: 10/14/04
- Next message: Vicky: "Re: Odbieranie wszelkich broadcastow"
- Previous message: Måns Rullgård: "Re: Odbieranie wszelkich broadcastow"
- Next in thread: QNils_O=2E_Sel=E5sdal=22?=: "Re: message queues and select"
- Reply: QNils_O=2E_Sel=E5sdal=22?=: "Re: message queues and select"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 14 Oct 2004 08:08:26 GMT
Hello!
I need some advice. Currently I'm using unix dgram socket to exchange
messages between processes, each process handles also TCP connections.
So "select" works good in this scenario. Does it make sense to replace
unix socket with message queue for messages between processes? I've
heard somewhere that it is more efficient than unix socket, but then I
can't do select on the message queue, can I? Or what is general approach
in working with message queue (posix?) when select has to be done as
well?
TIA
Andrei
- Next message: Vicky: "Re: Odbieranie wszelkich broadcastow"
- Previous message: Måns Rullgård: "Re: Odbieranie wszelkich broadcastow"
- Next in thread: QNils_O=2E_Sel=E5sdal=22?=: "Re: message queues and select"
- Reply: QNils_O=2E_Sel=E5sdal=22?=: "Re: message queues and select"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|