Pergunta de entrevista da empresa Betaout

Q: How will you implement multithreading in PHP?

Resposta da entrevista

Sigiloso

22 de mai. de 2016

A: You can't do multithreading in PHP, but you can do process control in PHP. There is a library called pthreads which can be used.