Saturday 20 May 2017

How to make enormous/many http.request without reaching TCP limit?

I am using NodeJS server for HTTP request when request for a period with request per second, around 500 request, HTTP request in server stop working, when I open up netsat, TCP port on previous request didnt close, it is the reason causing the problem.

Is there any way to close TCP request port? or can I reuse the same TCP port for making request?



via user3173952

No comments:

Post a Comment