The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

POE::Component::MessageQueue::Storage::Remote::Server -- Expose a storage engine as a service over a TCP socket

DESCRIPTION

This module wraps any storage engine and exposes it as a service over a TCP socket. It handles multiple clients. It takes requests in the form of a Storable hashref of the form { 'method_name' => [arg1, arg2, etc] }.

CONSTRUCTOR PARAMETERS

port

The port number to listen on.

storage

A POE::Component::MessageQUeue::Storage engine to wrap.

SEE ALSO

POE::Component::MessageQueue::Storage::Remote