We use beanstalk to get information across servers in a local data centre as well as across the internet to backup.
We like beanstalk at least with Perl as it works very well, its quick and easy to setup, think minutes rather than hours or days, its fast, we throw JSON in one end and it comes out the other. The bad things about beanstalk is the administration, say hello to telnet and typing stuff in. Rob On Fri, 22 Apr 2016 at 13:09 Matija Papec <[email protected]> wrote: > Tnx ,beanstalk looks interesting when deploying same app to multiple > servers. > > On Fri, Apr 22, 2016 at 1:54 PM, 'Rob Willett' via Mojolicious < > [email protected]> wrote: > >> We use beanstalk for perl to perl on separate machines. Simple, easy and >> fast. We don't need the overhead of a full message broker. >> >> We also use redis for perl to javascript, specifically for nose.js as the >> beanstalk javascript client kept failing for us. >> >> Rob >> On Fri, 22 Apr 2016 at 12:52, Matija Papec <[email protected]> >> wrote: >> >>> I've come across few suggestions that Redis or some other kind of >>> backend should be used. >>> >>> Is this still preferred option or could I emit some kind of event to >>> other forks? What about ZMQ (http://zeromq.org/)? >>> >>> >>> Thanks in advance. >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Mojolicious" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at https://groups.google.com/group/mojolicious. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Mojolicious" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/mojolicious/IAvusb8cytM/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> > >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/mojolicious. >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subscribed to the Google Groups > "Mojolicious" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/mojolicious. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
