Re: fork and talking to parent

2003-12-05 Thread Jay Strauss
Dan, Thanks for the response. I built perl 5.8.2 and have been playing with threads and shared variables. It seems to be more to my needs Jay - Original Message - From: "Dan McCormick" <[EMAIL PROTECTED]> To: "Jay Strauss" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, Decemb

Re: fork and talking to parent

2003-12-05 Thread Dan McCormick
Hi Jay, Have you played with POE::Wheel::Run? It seems suited to what you're doing: "Wheel::Run spawns child processes and establishes non-blocking, event based communication with them." Give that a try and let us know how you fare. Dan On Thu, 2003-12-04 at 19:09, Jay Strauss wrote: > Hi, >