Hi,
  I am about to write server code for a GPRS connection. I was wondering when does the IO Completion port worker thread get the information? For example, if the server sends out a request to the GPRS system to send 50 bytes (which it does), how does the IO Completion port knows how much data to read before informing a worker thread?. Does the IO Completion port call a working thread when there is a timeout after the first character is read (and if the buffer is full)? As the worker thread doesn't get called when each byte is received.
 
Thanks
Neil
_______________________________________________
msvc mailing list
[EMAIL PROTECTED]
See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for 
subscription changes, and list archive.

Reply via email to