Liste des Groupes | Revenir à c arch |
One still needs a pool of worker threads to deal with things likeFwiw, AcceptEx and ConnectEx are the way to go... :^)
CreateFile which does not support async file open and waits the
calling thread until finished, which would be disaster for a server
thread and can hang a client GUI interface too.
Also there are functions like WSAAccept or closesocket which don't support
completion routines and look like they can potentially block/hang so you
can't do everything through completion callbacks.
Les messages affichés proviennent d'usenet.