TCP Idle Timeout in Windows

时间:2018-08-22 13:54:49

标签: node.js windows amazon-web-services tcp timeout

I have node js web service deployed in windows (AWS). I make http api call to execute jobs. I get response if the job is completed in shorter time (<7mins). If a job is running for long time (>10mins), I am not getting the response for that request.

If I run the same node js web service in linux environment, it works fine for long running jobs also.

I think it's something to do with TCP idle connection time out. But, I am not finding any solution.

I have alternate solutions by fixing web service changing the approach, but, I guess, this should be a common problem in windows, so I want to crack it.

The issue is in production environment, and some of the clients are affected. It will be very greatful if someone assist me how to solve.

Thanks in advance

(Note - My requirement is to run on Windows machine)

0 个答案:

没有答案