GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Gearman::ResponseParser(3) User Contributed Perl Documentation Gearman::ResponseParser(3)

Gearman::ResponseParser - gearmand abstract response parser implementation

Gearman::ResponseParser is an abstract base class.

See: Gearman::ResponseParser::Taskset

Subclasses should call this first, then add their own data in underscore members

return source. The source is object/socket

subclasses should override this

subclasses should override this

don't override: FUTURE OPTIMIZATION: let caller say "you can own this scalarref", and then we can keep it on the initial setting of $self->{data} and avoid copying into our own. overkill for now.

don't override

don't override

$sock is readable, we should sysread it and feed it to parse_data($data)

2018-08-24 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.