E Evan Kkos New member Oct 27, 2010 #1 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.
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.