PHP Classes

Don, Coding is more of a hobby for me, although I do utilize...

Recommend this page to a friend!

      Power Process  >  All threads  >  Don, Coding is more of a hobby for...  >  (Un) Subscribe thread alerts  
Subject:Don, Coding is more of a hobby for...
Summary:Package rating comment
Messages:1
Author:Jason Gillman Jr.
Date:2013-02-27 14:08:19
 

Jason Gillman Jr. rated this package as follows:

Utility: Good
Consistency: Good
Documentation: Sufficient
Examples: Sufficient

  1. Don, Coding is more of a hobby for...   Reply   Report abuse  
Picture of Jason Gillman Jr. Jason Gillman Jr. - 2013-02-27 14:08:19
Don,

Coding is more of a hobby for me, although I do utilize PHP for utility scripts (personally and at work).

Just recently, I needed to be able to parallelize operations to speed things up for one such utility script for work. Given that I'm not a professional programmer, I didn't have any experience with process forking.

I found your class, and because of it's ease of use, I was able to de-serialize my script, which considerably sped up processing (from about 40 minutes on a run down to about 4-5). I can't say enough great things about this class and how it made forking processes a breeze (as well as how easy it was to dole out the data to the processes)!

Thank you for this class!