NAME
Net::Gearman
- provide a synchronous concrete Gearman 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
$gearman = Net::Gearman->new( %args )
Returns a new Net::Gearman
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>