Ah, awesome, added to my watch list, thanks! -- Pedro
On Monday, April 8, 2013 at 3:35 PM, Elliot wrote: > That is being fixed: > https://github.com/indabamusic/naught/pull/29 > Thanks, naught looks interesting. > 1 problem so far: language is not js... > > -- > Pedro > > > On Sunday, 7 de April de 2013 at 08:49, Elliot wrote: > > > I'm having good luck with https://github.com/indabamusic/naught and > > https://github.com/indabamusic/rodent > > > > I'm not sure if that is considered a command-line solution or not. > > > > > > On Sat, Apr 6, 2013 at 8:57 AM, Pedro Teixeira <[email protected] > > (mailto:[email protected])> wrote: > > > Ok, interesting, but not relevant to my case. > > > > > > Thanks, > > > > > > -- > > > Pedro > > > > > > > > > On Saturday, 6 de April de 2013 at 16:54, Ken Perkins wrote: > > > > > > > HAProxy is able to do both TCP and HTTP Reverse Proxying. > > > > > > > > From: Pedro Teixeira <[email protected] > > > > (mailto:[email protected])> > > > > Reply-To: "[email protected] (mailto:[email protected])" > > > > <[email protected] (mailto:[email protected])> > > > > Date: Saturday, April 6, 2013 8:41 AM > > > > To: "[email protected] (mailto:[email protected])" > > > > <[email protected] (mailto:[email protected])> > > > > Subject: Re: [nodejs] Re: 0 downtime deploy module > > > > > > > > Thanks, but I know reverse proxies and what they're good for. I'm not > > > > going to use only HTTP and in my use case I won't use a façade of any > > > > sort. > > > > > > > > Thanks anyway! > > > > > > > > -- > > > > Pedro > > > > > > > > > > > > On Saturday, 6 de April de 2013 at 15:30, Ken Perkins wrote: > > > > > > > > > The whole point of things like reverse proxies or LBs (in addition to > > > > > proper load balancing) are to provide high availability during > > > > > rollouts, as well as providing a separation of concerns. > > > > > > > > > > I recommend keeping your app focused on what it does best and employ > > > > > a load balancer or reverse proxy to do what it does best. Check out > > > > > HAProxy. > > > > > > > > > > Sent from my iPhone > > > > > > > > > > On Apr 6, 2013, at 4:23 AM, "Pedro Teixeira" > > > > > <[email protected] (mailto:[email protected])> wrote: > > > > > > > > > > > Thanks, but up uses a reverse proxy. > > > > > > > > > > > > I want a solution that works on TCP services generally and on the > > > > > > local network, not having to rely on a second thing like a load > > > > > > balancer or a broker. > > > > > > > > > > > > -- > > > > > > Pedro > > > > > > > > > > > > > > > > > > On Saturday, 6 de April de 2013 at 12:00, greelgorke wrote: > > > > > > > > > > > > > https://github.com/LearnBoost/up does something you need roughly. > > > > > > > i'm building a lib based on it exactly for your purpose, but's in > > > > > > > an early state yet. > > > > > > > > > > > > > > Am Freitag, 5. April 2013 15:30:46 UTC+2 schrieb Pedro Teixeira: > > > > > > > > I'm trying to do 0 downtime deploys of a process that has > > > > > > > > cluster workers listening on a shared server handle. > > > > > > > > I want to be able to do 0-downtime master process restart also, > > > > > > > > which the core cluster module doesn't let me do easily (I'd > > > > > > > > have to pass the server handle around explicitly and not use > > > > > > > > the cluster worker server.listen() goodness). > > > > > > > > > > > > > > > > Also, I don't want a reverse-proxy or a command-line solution, > > > > > > > > and would like to keep very close to the cluster API. > > > > > > > > > > > > > > > > Do you know of any NPM module that implements this? > > > > > > > > > > > > > > > > TIA! > > > > > > > > > > > > > > -- > > > > > > > -- > > > > > > > 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] > > > > > > > (mailto:[email protected]) > > > > > > > To unsubscribe from this group, send email to > > > > > > > [email protected] > > > > > > > (mailto:[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] > > > > > > > (mailto:[email protected]). > > > > > > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > -- > > > > > > 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] > > > > > > (mailto:[email protected]) > > > > > > To unsubscribe from this group, send email to > > > > > > [email protected] > > > > > > (mailto:[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] > > > > > > (mailto:[email protected]). > > > > > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > > > > > > > > > > > > -- > > > > > -- > > > > > 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] > > > > > (mailto:[email protected]) > > > > > To unsubscribe from this group, send email to > > > > > [email protected] > > > > > (mailto:[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] > > > > > (mailto:[email protected]). > > > > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > > > > > > > > > > > > > -- > > > > -- > > > > 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] > > > > (mailto:[email protected]) > > > > To unsubscribe from this group, send email to > > > > [email protected] > > > > (mailto:[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] > > > > (mailto:[email protected]). > > > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > > > > > > > -- > > > > -- > > > > 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] > > > > (mailto:[email protected]) > > > > To unsubscribe from this group, send email to > > > > [email protected] > > > > (mailto:nodejs%[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] > > > > (mailto:nodejs%[email protected]). > > > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > > > > > > > > > -- > > > -- > > > 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] > > > (mailto:[email protected]) > > > To unsubscribe from this group, send email to > > > [email protected] > > > (mailto:nodejs%[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] > > > (mailto:nodejs%[email protected]). > > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > > > > > -- > > -- > > 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] > > (mailto:[email protected]) > > To unsubscribe from this group, send email to > > [email protected] > > (mailto:nodejs%[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] > > (mailto:nodejs%[email protected]). > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > -- > -- > 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] > (mailto:[email protected]) > To unsubscribe from this group, send email to > [email protected] > (mailto:nodejs%[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] > (mailto:nodejs%[email protected]). > For more options, visit https://groups.google.com/groups/opt_out. > > > -- > -- > 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] > (mailto:[email protected]) > To unsubscribe from this group, send email to > [email protected] > (mailto:[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] > (mailto:[email protected]). > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- 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.
