in reply to Possible problems of using perl with threads support
"My question is if using threaded perl everywhere would cause problems with code that has never been involved with threads or ever cared about threads."
As far as I know, code that doesn't involve threads should run the same whether thread support is compiled or not.
I have compiled my last 3 or 4 Perls with "-Dusethreads". Code written before that still runs as before. I don't see anything different from what I'd expect with new code that doesn't involve threads.
-- Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Possible problems of using perl with threads support
by Anonymous Monk on Oct 04, 2013 at 14:49 UTC | |
by Anonymous Monk on Oct 05, 2013 at 22:25 UTC |