Is there other ways to improve node.js performance

91 views
Skip to first unread message

Ket

unread,
May 25, 2013, 4:07:05 AM5/25/13
to nod...@googlegroups.com
I use gzip and child_process api and I see performance increase dramatically.

However, I feel that performance could be improve further.

Is there any other method do you suggest.

Thank you,

Hack Sparrow

unread,
May 25, 2013, 1:39:13 PM5/25/13
to nod...@googlegroups.com
The cluster API provides an easier interface for working with multiple processes for your app. And you can get the best out of Node by placing a reverse proxy like nginx infront of it. Let nginx handle everything it can, that includes gzipping, serving static files etc. Use Node only for processing dynamic requests.

- El Capitan


--
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
 
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages