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=5cc2524ccef4b63f85d698cffc57e115f8de1885;hp=cc4a013c7a22f6a73a5e449816a5dfa52325b47d;hb=b7ebf243350cdf8892c004616f58a8f1e6e94513;hpb=bb679f1669ee8f483be9bee220154e1ac6ebb677 diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index cc4a013..5cc2524 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_01'; # 0.3.1 +our $VERSION = '0.003002'; # 0.3.2 sub new::on { my ($class, $on, @args) = @_; @@ -157,7 +157,7 @@ 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 @@ -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