How to configure or install GEARMAN in windows OS?

Chandru picture Chandru · Apr 7, 2011 · Viewed 7.9k times · Source

I want to implement "GEARMAN" in project but I don't know how to install or configure "GEARMAN" in windows OS. Can anyone provide me any link from where I can work with "GEARMAN"?

Answer

cpk picture cpk · Jun 22, 2011

Gearman has to be compiled under the cygwin environment :
- install cygwin and open the shell;
- download and install libevent;
- download and install gearman server.

Here is a more detailed tutorial : http://www.phpvs.net/2010/11/30/installing-gearman-and-gearmand-on-windows-with-cygwin/.