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...

  • Comment on Re^2: Multiple Perl files sharing a single socket - is it possible/sensible?

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

    That is correct...there is no encryption on these messages.

    I would be open to software solutions to the problem except that it would be more cumbersome than necessary to handle and maintain the MySQL data extraction AND the messages socket. I would be able to do it if we were hosting this Koha instance locally, but it will be hosted by a third-party.