-
-
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 (361 / 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::Client
- concrete Gearman client over an IP socketSYNOPSIS
use Net::Gearman::Client; my $client = Net::Gearman::Client->new( PeerAddr => $SERVER, ) or die "Cannot connect - $@\n"; my $total = $client->submit_job( func => "sum", arg => "10,20,30", )->get; say $total;
DESCRIPTION
This module combines the abstract Protocol::Gearman::Client with Net::Gearman to provide a simple synchronous concrete client implementation.
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.