| Pots documentation | view source | Contained in the Pots distribution. |
Pots::Thread::MethodClient - Perl ObjectThreads client class for inter-thread method calls
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.
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.
Ideas and code in here are HEAVILY inspired by Jochen Wiedmann's excellent
PlRPC modules, and RPC::PlClient in particular.
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.
| Pots documentation | view source | Contained in the Pots distribution. |