Hmm... this module is a pretty good idea. I wrote something like that as a 
university project 2 years ago, but there were no reliable cluster module 
and the code was real crappy, so it never got released.

An amount of codebase in node-forever isn't really an issue. I don't 
understand why not use "colors" or "cliff" or other libraries. If you're 
worried about install time, it's not a "forever" issue, it's "npm" issue. 

But "forever" have it's quirks. For example, they use obscure logfile names 
and thinks like that. And "forever" uses dependencies that break EVERY time 
node.js releases a major version (0.4 -> 0.6, 0.6 -> 0.8, 0.8 -> 0.10), 
that's annoying...

Anyway... I hope you don't mind if I send a couple of dozens pull requests 
there? :)


On Monday, June 17, 2013 9:07:14 PM UTC+4, Alexandre Strzelewicz wrote:
>
> I've done this module which permits to cluster your app without modifying 
> your code and manage processes/clusters quite easily : 
> https://github.com/Unitech/pm2 
> It intends to be a modern replacement of node-forever with a much lighter 
> code base
>
> Hope it can be usefull,
> Cheers 
>
> On Monday, June 17, 2013 11:30:00 PM UTC+8, Jerry Liu wrote:
>>
>> At 2013/6/17 23:17, Phil Jackson wrote: 
>> > Hey, 
>> > 
>> > I was just wondering if people are using the Cluster code in 
>> > production. If so, how's it working out so far? 
>> > 
>> > Cheers, 
>> > Phil 
>>
>> Well, it's pretty good for my program. 
>> But don't forget to check https://github.com/supershabam/net-cluster. 
>> You'll need it when mix with net module. 
>>
>

-- 
-- 
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to