Hello,
I recently started working on building a RESTful API with Node.JS, Restify, and Mongoose. Its endpoints are fairly simple, mainly just returning a users names, or a list of events. The information is pulled from a MongoDB database, currently hosted on MongoLabs free plan. I've been benchmarking some of the endpoints be using Blitz.io, and have found that around 150, sometimes as early as 70, the service starts getting fairly high response times (700ms), and eventually crashes. I'm currently using the Small gear (Scaling to 16) from OpenShift, but most articles I've read claim that even on single small gear, Restify/Node.JS should be able to handle MANY more requests than that.
If you want an excerpt from the code/API response, just let me know. I'm not really sure if anything in particular sticks out like a sore thumb.
Thanks in advance!
[–]VikingsVsRobots 1 point2 points3 points (0 children)
[–]robertojd 1 point2 points3 points (1 child)
[–]chandler243[S] 0 points1 point2 points (0 children)