im using plain winsock2 api and im polling...
an other question:
SOCKET listenSocket;
...
acceptSocket = accept(listenSocket,NULL,NULL);
...
StartThread(acceptSocket);
...
after acceptSocket != SOCKET_ERROR is listenSocket still valid ???
and a second one:
can i send back data from server while reading data which are in queue to the server ?
Thx Fillbert[Post edited by Fillbert on Tuesday 10 January 2006 - 22:19] |