PHP fork //useless string to get to 20?

Evan Kkos

New member
Hi. I was trying to make my php script a bit faster by using multithreading so i forked some children that calculate some 2d strings. The problem is that i need to combine those 2d strings in the parent process but i dont know how to get them.
 
Back
Top