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        

  • Comment on Re: Disadvantage of not supporting pthreads in perl and how perl overcomes? (cores)

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
    How can perl threads use multi-core? can you tell me more in detail? and how perl's ithreads work exactly?
      A reply falls below the community's threshold of quality. You may see it by logging in.