InterviewSolution
Saved Bookmarks
| 1. |
How Do I Avoid Blocking In The Connect() Method Of A Socket? |
|
Answer» The select module is COMMONLY used to help with ASYNCHRONOUS I/O on SOCKETS. The select module is commonly used to help with asynchronous I/O on sockets. |
|