What is threads in php?
Answer / Satish Kumar Meena
In PHP, threads refer to multiple execution paths that can run concurrently. However, since PHP does not support true multithreading natively, it uses a mechanism called process-based multiplexing, where each thread runs in a separate process. To achieve multithreading in PHP, you can use the Gearman extension or PHP's pthreads extension.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I implement direct identity based openid authentication with zend openid?
Please write down a program to show the execution of the application?
What is the use of bootstrap?
Where is the model in zf's mvc implementation?
How to connect to the mysql database in zend framework2?
Which version of php does zend framework require?
What do you mean by service manager in zend framework 2?
How to change layout for module level in zend framework 2?
Which class extend the zend model?
What are the important component of zend framework?
Explain super global variables in zend framework?
When do we need to disable layout?