The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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