Re: Problem to execute sidecar Perl scripts when compilingPOE::Component::Resolver with PAR

2011-05-18 Thread Steffen Mueller
Hi Markus, On 05/17/2011 05:48 PM, Markus Jansen wrote: Any hints appreciated. these are hints at best, but check the PAR list's archive and the PAR repository/history for 'reusable': Below's what I found with a svn log | grep, maybe that helps partially for the $^X problem. Beware, I

Re: Problem to execute sidecar Perl scripts when compiling POE::Component::Resolver with PAR

2011-05-18 Thread Rocco Caputo
On May 17, 2011, at 11:48, Markus Jansen wrote: Another but smaller problem is that I have not seen an easy way to tell POE::Component::Resolver all the way down from POE::Compoent::Client::HTTP that I would like to see less than 8 subprocesses for the resolver job. Hi, Markus. The

Creating and shutting down POE::Sessions

2011-05-18 Thread Gabor Szabo
Hi, my baby steps in the land of POE: I have tried to setup a small application that would listen on a TCP port and get commands 'start' and 'stop', When receiving start it should create a new POE::Session to count. When receiving stop it should stop the counting and destroy that POE::Session.