NAME
Protocol::Gearman::Connection
- provide a synchronous concrete implementation
DESCRIPTION
This module provides a simple synchronous concrete implementation to run a Protocol::Gearman::Client or Protocol::Gearman::Worker on top of. It shouldn't be used directly; see instead
CONSTRUCTOR
$connection = Protocol::Gearman::Connection->new( %args )
Returns a new Protocol::Gearman::Connection
object. Takes the same arguments as IO::Socket::IP
. Sets a default value for PeerService
if not provided of 4730.
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>