in reply to RE: Not blocking on a socket connect
in thread Not blocking on a socket connect

Sorry for the ambiguity...
I want to make a connection to a remote host with me being the client. The problem is that I need to handle other tasks while I wait for the connection to occur (i.e. create socket, initiate connection, do something else, check connection status). I don't want to be stuck waiting for connect() to return. I know I could fork to do concurrent stuff but I'm just curious as to if it's possible.
  • Comment on RE: RE: Not blocking on a socket connect

Replies are listed 'Best First'.
Re: RE: RE: Not blocking on a socket connect
by Anonymous Monk on May 01, 2002 at 09:13 UTC
    Yeh yeh, I also need to know this exact thing .... please answer, I'm well stuck! Cheers, -Be