> Date: Sat, 20 Dec 2014 07:42:17 -0500
> Subject: Re: Volunteers needed: smoking windows with nmake
> From: [email protected]
> To: [email protected]
> CC: [email protected]
> 
> So, basically, Poe::Component::SmokeBox is not going to run on Windows
> unless pseudo-forking is disabled. Or, unless it uses a different
> storage backend.

You dont need to disable psuedo-fork in Perl build, just dont ever call fork(). 
IDK what that module does, but I mentioned the best solution is for SDBM
to set the SVIV to 0 in a svt_dup magic function to indicate there is no
 C level SDBM object in the outer perl object. Of course this means whatever
was being stored in the DB isn't accessible to a child psudoproc. IDK if it
needs to be accessible for your purpose.
                                          

Reply via email to