in reply to Re: Multiple Perl files sharing a single socket - is it possible/sensible?
in thread Multiple Perl files sharing a single socket - is it possible/sensible?
Too bad you already started, there are some softwares that help, for example if you can stand the way dancer2 is programmed (node.js for perl), you can have Dancer2::Plugin::Queue this will allow to receive many messages, and put into a single queue, which then can be polled to be processed.
Then there are Message Queue in Perl and some nice abstractions in CPAN maybe worth looking into.
I noted no encrytion requirements...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Multiple Perl files sharing a single socket - is it possible/sensible?
by ljamison (Sexton) on Dec 02, 2015 at 22:16 UTC |