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 synchronisation for common data.
my requirement are given bellow
- User can create some background jobs.
- in each thread we want to create some child threads.
- in run time thread properties can be configurable