Difficulty building POE modules under Strawberry Perl 5.10.1

2010-03-13 Thread Bruce Ferrell
Hi all I'm not sure if this is the right place for this problem but here it is. I have an application that uses POE, POE::Component::Server::HTTP and POE::Component::Server::XMLRPC. It works well under Linux. I've been asked to move it to Windows so I chose strawberry perl for several reasons.

Re: Easy way to daemonize a POE script?

2010-03-10 Thread Bruce Ferrell
On 03/10/2010 10:17 AM, Joel Bernstein wrote: > On 10 March 2010 18:02, Bruce Ferrell wrote: > >> On 03/10/2010 08:24 AM, p...@0ne.us wrote: >> >>> Winfried Neessen wrote: >>> >>>> Now I'd like to run it independently, so my q

Re: Easy way to daemonize a POE script?

2010-03-10 Thread Bruce Ferrell
On 03/10/2010 08:24 AM, p...@0ne.us wrote: > Winfried Neessen wrote: >> Hi, >> >> >> >> I've written a server application using POE which is working pretty well >> now. It's preforking some >> >> processes and then listens on a TCP port to acceppt client request. >> >> >> >> Now I'd like to run

Re: POE Newbie chasing anothers code

2009-06-26 Thread Bruce Ferrell
Thanks all. For now it's not an important distinction and I'll fix it so it's consistent and correct. I love inherited code. So many easter eggs Rocco Caputo wrote: > Class methods work by lucky chance rather than deliberate design. > Calling POE::Kernel by class may not work for all methods,

POE Newbie chasing anothers code

2009-06-23 Thread Bruce Ferrell
is there a difference between: POE::Kernel->post() and $poe_kernel->post() I'm seeing both uses in some code I inherited Thanks Bruce Ferrell