"Jim" <[EMAIL PROTECTED]> wrote on 04/01/2005 09:28:23 AM:

> Appreciate the example.  The part that's causing the problem now is that
> this is running on a windows box and I'm getting an error from
> POE::Wheel::Run about fork+exec.
>

Then I guess we might have come full circle. I suppose the POE DBI
components will work in this case? Alternatively, you don't have to use the
fancy fork that is POE::Wheel::Run. I think later versions of perl for
Win32 emulate fork and maybe you can just do a plain fork at the point of
POE::Wheel::Run invocation. I apologize for being Unix-centric in my
thinking in this thread.

Reply via email to