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 .?
Is there any condition when the Node js event loop can be blocked?
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 .?
Please guide me.
Thanks in advance,
Regards,
Rajesh