How to Handle a Winsock Control in better way
hi
whenever i do programming in the visual basic and i use winsock control i have to use timer control
such as in development of proxy server , i use
1 socket as listening socket
1 socket as assist to server socket
1 proxy socket as which request to another server for data
when data is returned to proxy socket , here i have to use timer as after 10 ms i response back to client such as browser
Vijay123
|