-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Description
I'm running this code https://github.com/igrigorik/node-spdyproxy/blob/master/bin/spdyproxy on a 32 core linux system(virtual server), however
I added following code http://pastebin.com/MmuS5Ptg just commented proxy.listen code and added the above snippet of pastebin, when I ran the command below as said in this module documentation (https://www.npmjs.org/package/spdyproxy)
spdyproxy -k keys/mykey.pem -c keys/mycert.pem -p 44300 -v
which gave me 32 threads. I'm not sure if all these threads are running, when I do a top
command I get this
Only few nodes are being used? Why is this. I'm using node version v0.10.26 and latest cluster.
Metadata
Metadata
Assignees
Labels
No labels