I heard that threads in perl are interpreter-level threads which cannot utilize multi-core and perl doesn't pthreads.
I'm not exprienced at developing servers so I'm not sure whether there are any disadvantages of not supporting pthreads in perl when develping web applications.
How perl based websites handle multiple requests at the same time without threads?
And also I want to know if perl has a plan to support pthreads someday.