Pots::Thread::MethodClient - Perl ObjectThreads client class for inter-thread


Pots documentation  | view source Contained in the Pots distribution.

Index


NAME

Top

Pots::Thread::MethodClient - Perl ObjectThreads client class for inter-thread method calls

SYNOPSIS

Top

You should not use this class directly, it is used by the Pots::Thread::MethodServer class to allow you to transparently call methods of objects in other threads.

DESCRIPTION

Top

This class uses a sub namespace and AUTOLOAD to transparently allow you to call methods of objects in other threads. These objects are exposed through a Pots::Thread::MethodServer object. It is similar, in concept, to inter-thread RPCs.

Refer to Pots::Thread::MethodServer for further information.

ACKNOWLEDGMENTS

Top

Ideas and code in here are HEAVILY inspired by Jochen Wiedmann's excellent PlRPC modules, and RPC::PlClient in particular.

AUTHOR and COPYRIGHT

Top


Pots documentation  | view source Contained in the Pots distribution.