Newsgroups: comp.parallel.pvm
From: vigourou@ens-lyon.fr (Xavier-Francois Vigouroux)
Subject: Re: Waiting process consumes processor time !?
Organization: Ecole Normale Superieure de Lyon, France
Date: 18 Oct 1995 16:54:44 GMT
Message-ID: <463bgk$mvb@cri.ens-lyon.fr>

If you want a process not to consume time. The only solution I found is
to use the function poll(NULL,0,time). If you use this call in a for
statements, there will be a 50 millisecond delay each turn


 

-- 
Cordialement, 

+---------+----------------------------------------------------------+
| \||?||/ | Nom          : Xavier-Francois VIGOUROUX                 |
| d o-o b | e-mail       : Xavier.Vigouroux@lip.ens-lyon.fr          |
|  \ = /  |              : http://www.ens-lyon.fr/~vigourou          |
| --\_/-- | Organisation : LIP - Ecole Normale Suprieure de Lyon    |
|         | bureau       : LR5-num1 (72 72 85 77)                    |
+---------+----------------------------------------------------------+



