Re: Fun With Wheel::Run

2001-08-29 Thread laotse
I'll have some code I can contribute from the current project I'm on at work. I'll have some code for handling multiple jobs w/ POE::Wheel::Run and hopefully soon I'll have some stuff using POE::Component::JobQueue. A cookbook is an excellent idea and I'd love to contribute.

Re: Fun With Wheel::Run

2001-08-29 Thread Rocco Caputo
On Tue, Aug 28, 2001 at 11:57:51PM -0400, Matt Cashner wrote: > On (08/28/01 23:28), Rocco Caputo wrote: > > > This is a stellar idea. POE needs a cookbook. > > /me volunteers to pumpking it, if that's cool If no-one claims prior art, it's yours. -- Rocco Caputo / [EMAIL PROTECTED] / poe.perl

Re: Fun With Wheel::Run

2001-08-28 Thread Matt Cashner
On (08/28/01 23:28), Rocco Caputo wrote: > This is a stellar idea. POE needs a cookbook. /me volunteers to pumpking it, if that's cool Matt Cashner Web Applications Developer The Creative Group (http://www.cre8tivegroup.com) [EMAIL PROTECTED] | Codito, ergo sum

Re: Fun With Wheel::Run

2001-08-28 Thread Rocco Caputo
On Tue, Aug 28, 2001 at 09:36:57PM -0400, Fletch wrote: > [...] > It might be worth abstracting out some of these frameworks (or > maybe `poetterns' would be more apropos . . . :) and having examples > of `here's how to start a session that processes input lines', `here's > a daemon tha

Re: Fun With Wheel::Run

2001-08-28 Thread Fletch
> "Rob" == Rob Bloodgood <[EMAIL PROTECTED]> writes: [...] Rob> Nowadays, I have a "framework", where the hard part of Rob> thinking has been deposited. After that, I just fill in my Rob> "main function". :-) It might be worth abstracting out some of these frameworks

RE: Fun With Wheel::Run

2001-08-28 Thread Rob Bloodgood
> I'm replying to myself to say I figured it out already. I'll post working > code with good comments in a day or two, it might be helpful to others who > are struggling like myself :) POE IS LIKE THAT! hahah first, oh, 5 or six basic things I tried I did wrong then I asked and since answers wer

Re: Fun With Wheel::Run

2001-08-28 Thread laotse
I'm replying to myself to say I figured it out already. I'll post working code with good comments in a day or two, it might be helpful to others who are struggling like myself :) - Brian Knox Just Another Perl Hacker perl

Fun With Wheel::Run

2001-08-28 Thread laotse
Okay... its me again :) I'm now attempting to do what I was trying to do before (incorrectly). Here's the new code... 1) accept a socket connection 2) if the string "test" is sent across then... 3) use POE::Wheel::Run to fork off a process 4) have the output on stdout generate and event which