Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
Can any one please help me understand , when my scoket at client end is not sending the response back to server socket . Here is the scenario

1.Server send request

2.Client receives the request

3.After receiving request , Client starts some process and runs for more than 1 hr

4.After completion of process execution , client has to send the response back to server

5.so , server can send immediately another request in Queue to client for process..

In Client side, we are usig Begin Accpet, Begin Receive, and Send methods... and Server side we are using Send and receive methods of Async call

if the process completes before one hour then client is sending and server r is sending the next request to client to start process no issues.., only issue is if the process runs for more than 1 hr then only client is not able to send back / server is not receiving the client response .. not sure..

Please help to resolve this issue .
Posted
Comments
Sergey Alexandrovich Kryukov 4-May-14 23:55pm    
Well, there can be too many ways to screw up things. How can we know which way did you choose without seeing your code?
—SA
Herman<T>.Instance 5-May-14 5:08am    
what is the (web)request time out specified?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900