Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Using select(2)

1 view
Skip to first unread message

memyself_

unread,
Jan 30, 2005, 8:56:56 AM1/30/05
to
Dear,

using the following:

 my($scount, $stime)=
 CORE::select( $read_bits,
                $write_bits,
                $err_bits, 1);

In my program, $scount is allways equal to -1,
and $read_bits, $write_bits, $err_bits, to 0.

Does anybody know in wich case it can happen?

thank's in advance

0 new messages