Quantcast
Channel: Is multithreading possible in php? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Danyal Sandeelo for Is multithreading possible in php?

Yes, it is possible, Pthread library is what you need to use.For windows:You will have to install some dllsFor linux: You might need to recompile php using zts because by default it is disabled or not...

View Article



Answer by davidgiga1993 for Is multithreading possible in php?

It is possible to use threads in PHP.The advantages/disadvantages are the same as in any other programming language.Take a look at the manual for more...

View Article

Is multithreading possible in php?

Now we are working on a small web application we started this with php but we have some requirement to create some threads in php, what are advantage and disadvantage of PHP threads . how php handling...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images