Welcome Guest, Not a member yet? Register   Sign In
How can one use multi threading in PHP applications ?
#3

(This post was last modified: 02-12-2017, 10:06 AM by skunkbad.)

If you're on linux, I think you're looking for something like this:

https://github.com/diversen/background-job

Through PHP's exec function, you're able to run a bash command, which could run anything that the www-data user would be able to run. I think the concept is that you would set up some sort of listener to determine when the process has finished.
Reply


Messages In This Thread
RE: How can one use multi threading in PHP applications ? - by skunkbad - 02-12-2017, 10:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB