RE: POE::Component::Resolver patch for PAR compatibility

2011-05-19 Thread Markus Jansen
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

Re: POE::Component::Resolver patch for PAR compatibility

2011-05-19 Thread Steffen Mueller
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

RE: POE::Component::Resolver patch for PAR compatibility

2011-05-19 Thread Markus Jansen
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