Hi Steffen,
an "easier way" could mean some means to minimize the startup costs for the
other Perl scripts -
as --reuse targets toward the execution of external Perl scripts, we are
talking here about "internal" scripts,
in our case a one- or two-liner packed into the archive since -e "->mai
Hi Markus,
On 05/19/2011 10:35 AM, Markus Jansen wrote:
Steffen and Roderich: could you please scrutinize my patch from a PAR
perspective? I know that I have been a little bit more paranoid than
necessary when trying to detect whether a) the script runs under PAR,
and b) the "external Perl" vers
Hi,
... just realized that the PAR problem practically applies to all POE programs
wrapping blocking Perl objects.
Especially POE::Component::Generic is affected here.
Philip: do you see a generic way to introduce my PAR support in your module?
Are there other POE places we might want to look at