smorgasbork

 
  • Increase font size
  • Default font size
  • Decrease font size

Building a distributed app with PHP and Net_Gearman, part 4

E-mail Print

In this installment, we'll cover more worker callbacks, and we'll pull everything together into a robust client/server application.

Read more...
 

Building a distributed app with PHP and Net_Gearman, part 3

E-mail Print

In this installment, we'll cover error handling in the client and we'll add some useful callbacks to the worker script.

Read more...
 

Building a distributed app with PHP and Net_Gearman, part 2

E-mail Print

Let's continue our exploration of the Net_Gearman API by extending the Net_Gearman client/server application we built earlier.

Read more...
 

Building a distributed app with PHP and Net_Gearman, part 1

E-mail Print

I'd been hearing a lot of great things about Gearman, and I was just looking for a reason to use it in a project.  Well, the opportunity finally arose, and as I was playing with the Net_Gearman PEAR library, I struggled a bit with the documentation, so I thought I might share some lessons learned.

Read more...
 

MySQL Workbench on OS X

E-mail Print

I recently upgraded to a new MacBook Pro, so I've been installing all my favorite apps.  When I went to install the MySQL Query Browser, I found that the MySQL Workbench has matured significantly since I last looked at it.  I'm now using it instead.  I've got a couple of tips for OS X users.

Read more...