NAME
Pots::Thread::MethodClient - Perl ObjectThreads client class for inter-thread method calls
SYNOPSIS
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
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
Ideas and code in here are HEAVILY inspired by Jochen Wiedmann's excellent PlRPC modules, and RPC::PlClient
in particular.
AUTHOR and COPYRIGHT
Remy Chibois <rchibois at free.fr>
Copyright (c) 2004 Remy Chibois. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.