Date: Tue, 27 Mar 2007 07:15:31 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-gearmand Makefile distinfo pkg-descr ports/devel/p5-gearmand/files gearmand.sh.in Message-ID: <200703270715.l2R7FVJY012247@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2007-03-27 07:15:31 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-gearmand Makefile distinfo pkg-descr
devel/p5-gearmand/files gearmand.sh.in
Log:
Gearman is a system to farm out work to other machines, dispatching function
calls to machines that are better suited to do work, to do work in parallel,
to load balance lots of function calls, or to call functions between
languages.
This is the server daemon component. The bridge between workers (clients who
can do work) and callers (clients who want work done). You should run several
of these, at least two, for both load balancing and high availability.
WWW: http://www.danga.com/gearman/
PR: ports/110878
Submitted by: Vivek Khera <vivek at khera.org>
Revision Changes Path
1.2698 +1 -0 ports/devel/Makefile
1.1 +33 -0 ports/devel/p5-gearmand/Makefile (new)
1.1 +3 -0 ports/devel/p5-gearmand/distinfo (new)
1.1 +26 -0 ports/devel/p5-gearmand/files/gearmand.sh.in (new)
1.1 +10 -0 ports/devel/p5-gearmand/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703270715.l2R7FVJY012247>
