Hi Konrad, > But the underlying select function also provides non blocking writes. > so that you can dely trying to write to a socket until it is ready for > more data.
Yep, this is also needed. > It would appear that task and *Run have no way of using this part of > the select function. Right. The syntax of *Run (positive file descriptors, negative timeouts) does not allow such a specification. Internally, file descriptors for writing are used, but currently only for interprocess pipes. Cheers, - Alex -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]
