Re: [nodejs] Re: forever and cpu usage

2012-06-24 Thread Radhames Brito
On Sun, Jun 24, 2012 at 12:41 AM, Angelo Chen angelochen...@gmail.comwrote: not sure if it got restarted, but the log file name remain the same. If you are not rotating the log it should stay the same. Use pshttp://unixhelp.ed.ac.uk/CGI/man-cgi?psto find out the process PID and check if is the

Re: [nodejs] Should i use node?

2012-06-24 Thread Radhames Brito
On Sun, Jun 24, 2012 at 5:04 PM, José F. Romaniello jfromanie...@gmail.comwrote: I wont use something because the upvoters. I have 2 months working in node for serious when i need something i search with npm (slow), or google - github. Then i look at the github page to see if it does what i

Re: [nodejs] Re: Should i use node?

2012-06-23 Thread Radhames Brito
On Sat, Jun 23, 2012 at 1:12 PM, Mark Hahn m...@hahnca.com wrote: I dont see node.js growing much You must be blind. Node is exploding with no end in site. Yes I agree Node is exploding, but there needs to be standards, I know everyone is running to it but efforts should be unified. --

Re: [nodejs] Re: Should i use node?

2012-06-23 Thread Radhames Brito
On Sat, Jun 23, 2012 at 2:07 PM, Ian Lawrence i...@codezon.com wrote: Hi Most project lack the proper documentation. I dont see node.js growing much as long as there is no central leadership of some sort that can impose some standars like, everything in npm must be documented this way

[nodejs] Re: forever and cpu usage

2012-06-22 Thread Radhames Brito
El viernes, 22 de junio de 2012 08:54:17 UTC-4, Angelo Chen escribió: Hi, I run my node with forever, it works quite well, got two questions: 1) at any given time, there are two node running, that's normal? forever run in one instance of node.js your app runs in another. -- Job

[nodejs] Should i use node?

2012-06-22 Thread Radhames Brito
I have a medium size application in Rails that is consuming lot of resources because it has to communicate with a SOAP web service, every time the application accesses the service is the processing of the request stops so i have to have start many instances to make the app respond quickly to the

[nodejs] Re: Should i use node?

2012-06-22 Thread Radhames Brito
On 22 jun, 19:58, Mark Hahn m...@hahnca.com wrote: Node sounds like a fit to me. Why do you have workers?  Doesn't rails automatically use threads/processes to allow multiple things to happen at once?  (I know nothing about how a rails server works). On the contrary, Ryan used rails as an

[nodejs] Re: Should i use node?

2012-06-22 Thread Radhames Brito
On 22 jun, 20:04, Ben Noordhuis i...@bnoordhuis.nl wrote: On Fri, Jun 22, 2012 at 9:32 PM, Radhames Brito rbri...@techpark.com.do wrote: I have a medium size application in Rails that is consuming lot of resources because it has to communicate with a SOAP web service, every time