Re: [nodejs] Load on node-server

2013-08-23 Thread Jens Himmelreich
Hi Ben, we have to applications: one with two cores and ones with four. The four-core application has more traffic and we had switch it to separate processes balanced by nginx. This works fine and the load is down. On the other server I have installed strace. It's running in cluster-mode to get s

Re: [nodejs] Load on node-server

2013-08-16 Thread Ben Noordhuis
On Fri, Aug 16, 2013 at 7:00 PM, Jens Himmelreich wrote: > > Am Dienstag, 13. August 2013 22:35:42 UTC+2 schrieb Ben Noordhuis: >> >> On Tue, Aug 13, 2013 at 5:04 PM, Jens Himmelreich >> wrote: >> > >> > Am Montag, 12. August 2013 19:03:27 UTC+2 schrieb Ben Noordhuis: >> >> >> >> On Mon, Aug 12,

Re: [nodejs] Load on node-server

2013-08-16 Thread Jens Himmelreich
Am Dienstag, 13. August 2013 22:35:42 UTC+2 schrieb Ben Noordhuis: > > On Tue, Aug 13, 2013 at 5:04 PM, Jens Himmelreich > > wrote: > > > > Am Montag, 12. August 2013 19:03:27 UTC+2 schrieb Ben Noordhuis: > >> > >> On Mon, Aug 12, 2013 at 6:05 PM, Jens Himmelreich > >> wrote: > >> > Hi,

Re: [nodejs] Load on node-server

2013-08-13 Thread Ben Noordhuis
On Tue, Aug 13, 2013 at 5:04 PM, Jens Himmelreich wrote: > > Am Montag, 12. August 2013 19:03:27 UTC+2 schrieb Ben Noordhuis: >> >> On Mon, Aug 12, 2013 at 6:05 PM, Jens Himmelreich >> wrote: >> > Hi, >> > >> > I have a node-server between an nginx-webserver (static content) and an >> > varnish.

Re: [nodejs] Load on node-server

2013-08-13 Thread Jens Himmelreich
Am Montag, 12. August 2013 19:03:27 UTC+2 schrieb Ben Noordhuis: > > On Mon, Aug 12, 2013 at 6:05 PM, Jens Himmelreich > > wrote: > > Hi, > > > > I have a node-server between an nginx-webserver (static content) and an > > varnish. > > Behind the varnish are two application-server for search

Re: [nodejs] Load on node-server

2013-08-12 Thread Ben Noordhuis
On Mon, Aug 12, 2013 at 6:05 PM, Jens Himmelreich wrote: > Hi, > > I have a node-server between an nginx-webserver (static content) and an > varnish. > Behind the varnish are two application-server for search and cart-hosting. > The > node-machine has 4 cores. Every machine has load 0.1 except the

[nodejs] Load on node-server

2013-08-12 Thread Jens Himmelreich
Hi, I have a node-server between an nginx-webserver (static content) and an varnish. Behind the varnish are two application-server for search and cart-hosting. The node-machine has 4 cores. Every machine has load 0.1 except the node-machine. It has a load of 4.0. The node-application is an expr