I understand that PHP does not support multithreading but I would love to know if there is a good workaround for executing several functions in php concurrently?? I wrote some code that calculates moments of invariance. There are seven functions calculating each moment with each moment subsequently slower to fully execute than the next.
Any suggestions welcomed.
Thanks
It seems gearman is what you need. There is also a php extension