I=92m writing a program in which I=92m using select in order to wait = for socket i/o.=20 I=92m waiting infinitely on this select call (by passing NULL as = timeout). Is there any way in which I can return from a blocking select call, = other than receiving input? Thanks -Miri =20