I am new to node Any help/advise would be appreciated Thank youI am trying to process over 1000 requests with node each request takes 3 minutes to process . Is there a way to process the request in as little time as possible. I have already tried using cluster but my machine being only four cores the time only reduces by 4 times. As i said i am new to node so i was thinking is there a way to create threads(like in java) and then execute may be 10 -50 of them at a time concurrently(I know node is single threaded, but there must be a way to speed it up).
Submitted December 10, 2018 at 07:44PM by BhargavMantha
No comments:
Post a Comment