X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote.pm;h=bacf74da872deec7910a40de49e377e6147c77a3;hp=2c8c096ff2ccd8a343f5a4be83e398f4e6e95583;hb=82d78e8964ee937e837fc21acd06fcb7f9701d6a;hpb=b0ec7e3b19d47b9ba5a864f5077d0dc8030834cc diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index 2c8c096..bacf74d 100644 --- a/lib/Object/Remote.pm +++ b/lib/Object/Remote.pm @@ -5,7 +5,7 @@ use Object::Remote::Handle; use Object::Remote::Logging qw( :log ); use Module::Runtime qw(use_module); -our $VERSION = '0.003001'; # 0.3.1 +our $VERSION = '0.003006'; # 0.3.6 sub new::on { my ($class, $on, @args) = @_; @@ -157,13 +157,13 @@ this feature which is disabled by default. See L. Space seperated list of class names to display logs for if logging output is enabled. Default value is "Object::Remote::Logging" which selects all logs generated by Object::Remote. -See L. +See L. =back =head1 KNOWN ISSUES -=over 4 +=over 4 =item Large data structures @@ -174,8 +174,9 @@ for serialization and deserialization can be either painful or unworkable. Durin serialization the local or remote nodes will be blocked potentially causing all remote interpreters to block as well under worse case conditions. -To help deal with this issue it is possible to configure the ulimits for a Perl interpreter -that is executed by Object::Remote. See C for details. +To help deal with this issue it is possible to configure resource ulimits for a Perl interpreter +that is executed by Object::Remote. See C +for details on the perl_command attribute. =item User can starve run loop of execution opportunities @@ -204,7 +205,7 @@ timeouts taking longer than configured. =item Deadlocks -Deadlocks can happen quite easily because of flaws in programs that use Object::Remote or +Deadlocks can happen quite easily because of flaws in programs that use Object::Remote or Object::Remote itself so the C is available. When used the run loop will periodically update the watch dog object on the remote Perl interpreter. If the watch dog goes longer than the configured interval with out being updated then it will @@ -234,6 +235,8 @@ mst - Matt S. Trout (cpan:MSTROUT) =head1 CONTRIBUTORS +bfwg - Colin Newell (cpan:NEWELLC) + phaylon - Robert Sedlacek (cpan:PHAYLON) triddle - Tyler Riddle (cpan:TRIDDLE)