Webastor - Programming Tips and Tricks

Programming language => PHP => Topic started by: Scott on November 17, 2016, 07:04:54 PM

Title: What are the disadvantages of Multi-threading in PHP?
Post by: Scott on November 17, 2016, 07:04:54 PM
Hello everyone, I have a question about a particular case, I would like to know what are the disadvantages of multi-threading in php? Thank you kindly answer me please as soon as possible.
Title: Re: of Multi-threading in PHP?
Post by: Aston on January 09, 2018, 07:00:14 PM
There is nothing available that I'm aware of. The next best thing would be to simply have one script execute another via CLI, but that's a bit rudimentary. Depending on what you are trying to do and how complex it is, this may or may not be an option.