-
-
03 Jul 2014 18:28:47 UTC
- Distribution: Protocol-Gearman
- Module version: 0.04
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (360 / 3 / 10)
- Kwalitee
Bus factor: 1- 89.25% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (32.25KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE user- Dependencies
- Future
- IO::Socket::IP
- Struct::Dumb
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Net::Gearman
- provide a synchronous concrete Gearman implementationDESCRIPTION
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 asIO::Socket::IP
. Sets a default value forPeerService
if not provided of 4730.AUTHOR
Paul Evans <leonerd@leonerd.org.uk>
Module Install Instructions
To install Protocol::Gearman, copy and paste the appropriate command in to your terminal.
cpanm Protocol::Gearman
perl -MCPAN -e shell install Protocol::Gearman
For more information on module installation, please visit the detailed CPAN module installation guide.