NAME
Pots - Perl ObjectThreads
DESCRIPTION
This module collection aims to provide an object-oriented way of working with Perl ithreads.
Current features are:
- Inter-thread communication through messages and message-queues
- A simple "MethodServer" class that exposes a standard class to other threads. Method calls are automatically handled. (Kind of RPC for threads)
AKNOWLEDGMENTS
Thanks to Elizabeth Mattijsen for help on shared variables.
Some code in this package is based on/revamped from:
Michael G Schwern's "Class::Accessor"
Jochen Wiedmann's "RPC::PlClient"
SEE ALSO
Pots::Tutorial
for an introduction on how to use this package.
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.