On Sat, Feb 12, 2011 at 3:26 PM, Thomas den Braber <tho...@delos.nl> wrote:
> On linux I also had never any problem with Reload. But on Linux I always
> run Apache with prefork MPM (I have not tested with Worker MPM on Linux
> yet), on Windows there is only Worker MPM, can there be a relation between
> the reload problem and the Worker MPM?

Not likely.  Threads don't share any data in Perl unless you tell them
to.  The things Reload has trouble with tend to be sneaky programming
tricks, like auto-generated methods and classes.

- Perrin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
For additional commands, e-mail: dev-h...@perl.apache.org

Reply via email to