[nodejs] node application is not responsive while running app with "--prof" V8- option

2015-04-27 Thread Prasoon Gupta
Hi, I am using node v0.12.0. my application is working as expected if I start node application as "node myapp.js" command but When I try to enable V8 profiling in my app using "node --prof myapp.js" (My app coming up properly and ready listen on port 3000) but I am not getting any request

[nodejs] issue while doing profiling of node server

2015-06-23 Thread Prasoon Gupta
Hi, I am using node 0.12.0 for my application, When try to run node server with "--prof" my application is not responding. the simple command I am using is node --prof server.js Am I missing something while running the server. -- Thanks Prasoon Gupta +91 9632648877 -- Job b

Re: [nodejs] Re: issue while doing profiling of node server

2015-07-01 Thread Prasoon Gupta
Thanks Julien it works as expected. - Prasoon Sent from my phone. please excuse spelling mistakes. On Jun 30, 2015 11:59 PM, wrote: > > > On Tuesday, June 23, 2015 at 4:58:43 AM UTC-7, Prasoon Gupta wrote: >> >> I am using node 0.12.0 for my application, When try to ru