Newsgroups: comp.parallel.pvm
From: thomas@semt1.smts.cea.fr ()
Subject: PVM and message queues
Organization: Commissariat a l'Energie Atomique - France
Date: 6 Feb 1995 11:57:43 GMT
Message-ID: <3h52rn$bcb@anemone.saclay.cea.fr>

Hello,

In my application, I need a pvm task to be able to listen
to network messages (PVM) and local messages (sent on msg queues).

I would like to be able to select() between the two. I tried using
pvm_getfds(), add the message queue identifier to the fd set and then
select() but this doesn't work.

Has anyone already done something similar ?

Thanks for any help.

-- 
Francois Thomas

