Directory::Queue looks awesome. Thanks for sharing. It's probably the simplest and most robust queueing system in the world :) -Naveed
On Thu, Sep 20, 2012 at 2:26 PM, Niels Larsen <[email protected]> wrote: > For the server side, there is Directory::Queue on CPAN maybe? > > Niels L > > On Thu, 2012-09-20 at 14:24 -0400, Assaf Gordon wrote: >> A follow-up to set the record straight: >> >> Assaf Gordon wrote, On 09/20/2012 12:27 PM: >> > >> > [...] "sudo cpan Dancer::Plugin::WebSocket" fails with too many errors (on >> > Perl 5.14.2) - so I'm not going to pursue it ATM. >> > >> The problem wasn't in "Dancer::Plugin::WebSocket", but in its dependencies >> (AnyMQ + Twiggy). >> >> With Naveed's help I was able to install the websocket plugin: >> AnyMQ required me to explicitly install the "AE" (AnyEvent) and "EV" (libEV) >> modules, with their most recent versions. For some reason, those weren't >> automatically pulled by cpan. >> >> -gordon >> _______________________________________________ >> Dancer-users mailing list >> [email protected] >> http://www.backup-manager.org/cgi-bin/listinfo/dancer-users > > > _______________________________________________ > Dancer-users mailing list > [email protected] > http://www.backup-manager.org/cgi-bin/listinfo/dancer-users _______________________________________________ Dancer-users mailing list [email protected] http://www.backup-manager.org/cgi-bin/listinfo/dancer-users
