i am using winsock and i want to block my program till and until i get the message thru the winsock from another application.How do i do that using winsock or with some other technique
Enjoy Programming!!!
Printable View
i am using winsock and i want to block my program till and until i get the message thru the winsock from another application.How do i do that using winsock or with some other technique
Enjoy Programming!!!
hi !!!
explain ur post ...... wot do u want
Cant you bind or something if you cant to reserve the port for your application??? :confused: :confused: :confused:
I am developing an internet cafe system, which takes the date/time from the service runs in another system, to keep the date/time uniform across the client applications. Now sometimes the application gets the time and sometime not. If it is not getting the time.. the client application cannot proceed further... remember this is multiserver and multiclient program and communication takes place thru the service.
Thanks in advance!!! :)
Only proceed in the data arrival event then it must wait for the information to be returned :confused: :confused:
yes.. i will try that...
thanks :)