This shows you the differences between the selected revision and the current version of the page.
|
gearman_php_extension 2009/07/15 00:49 |
gearman_php_extension 2010/01/25 13:52 current |
| | | | |
| | == Job Server == | | == Job Server == |
| - | The server keeps track of pending "jobs" //We will talk about these more later.// What is important to know for now is that the server must be running in order for your clients and workers to function. There are currently two servers. The original server was written in perl. We just intalled the newer 'C' server gearmand so we will use that in our example. | + | The server keeps track of pending "jobs" //We will talk about these more later.// What is important to know for now is that the server must be running in order for your clients and workers to function. There are currently two servers. The original server was written in perl. We just installed the newer 'C' server gearmand so we will use that in our example. |
| | | | |
| | == Client == | | == Client == |