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.