Error 10038 , at receive on serbver side
-
Hi All, I am creating a client server project . My server is multithreaded, One thread is created for each request from client. Now my problem is: As i send the 10 reuests at a time to the server Some of the receive gets fail even after successful accepting, and give the 10038 error number. I have set the 15 sec time out for rece on client and server side. But my server returns the error with in a second. kindly help
-
Hi All, I am creating a client server project . My server is multithreaded, One thread is created for each request from client. Now my problem is: As i send the 10 reuests at a time to the server Some of the receive gets fail even after successful accepting, and give the 10038 error number. I have set the 15 sec time out for rece on client and server side. But my server returns the error with in a second. kindly help
Would help if you were to show some of your code too. 10038 is. btw, WSAENOTSOCK, so you specified something that's not a socket to a call which takes a valid socket. At the first run, without knowing much of what your code does, i'd say this is a thread synch problem.
> The problem with computers is that they do what you tell them to do and not what you want them to do. <