in reply to Disadvantage of not supporting pthreads in perl and how perl overcomes?
I heard that threads in perl [...] cannot utilize multi-core
Perl threads certainly can use multiple cores.
How perl based websites handle multiple requests at the same time without threads?
Most of them probably use multiple processes.
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Disadvantage of not supporting pthreads in perl and how perl overcomes? (cores)
by Anonymous Monk on Aug 15, 2015 at 00:25 UTC | |
by BrowserUk (Patriarch) on Aug 15, 2015 at 00:34 UTC | |
|