Multi threading with PHP
Monday, June 11th, 2007
Surfing in Phpclasses I’ve found a really useful (at least for me) class that implements a Java like thread class. It look very interesting and this class came with a good documentation, examples.
I recommend to download this package, specially if you want to do more attractive things with php like apps with PHP-GTK.
This class only work with Unix Like OS because it implement a fork interface.
I will implement (or try to), this class with my class DNServer