inorganik / digest-auth-request

Make digest-auth requests with vanilla javascript
MIT License
70 stars 49 forks source link

Node Js hangs up frequently #22

Closed RjNayak closed 8 years ago

RjNayak commented 8 years ago

Hi , I am using Node Js with Express. Our Node js basically pull data from source on request and sends it to the requester. It sends the data in HTTP POST request.I have a scheduler in the requester which generate thousands of the requests for data. I observe the server is getting hanged frequently when the scheduler is running. 1.Is there any limitations of how many requests can be spawned to Node js .?

  1. Is there any condition when the Node js event loop can be blocked?

Please guide me.

Thanks in advance,

Regards,

Rajesh

inorganik commented 8 years ago

Unless you have an issue with digestAuthRequest.js specifically, this is not the place to post. Try stack overflow. Thanks.