diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-01-29 14:58:29 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-01-29 14:58:29 +0800 |
commit | 9f2c58dc75669d25e7f0aea3aa6c1d955736a6ff (patch) | |
tree | 93f121b3b4d7f453f6a3d3afce9ac73afa2afb4e /devel/gearmand/pkg-descr | |
parent | 2a37c4f5c76fe15fd856573fffa9ff220c233a58 (diff) | |
download | freebsd-ports-gnome-9f2c58dc75669d25e7f0aea3aa6c1d955736a6ff.tar.gz freebsd-ports-gnome-9f2c58dc75669d25e7f0aea3aa6c1d955736a6ff.tar.zst freebsd-ports-gnome-9f2c58dc75669d25e7f0aea3aa6c1d955736a6ff.zip |
Add gearmand 0.2, gearman C Server and Library.
PR: ports/131088
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'devel/gearmand/pkg-descr')
-rw-r--r-- | devel/gearmand/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/gearmand/pkg-descr b/devel/gearmand/pkg-descr new file mode 100644 index 000000000000..b06b0524b611 --- /dev/null +++ b/devel/gearmand/pkg-descr @@ -0,0 +1,8 @@ +Gearman provides a generic framework to farm out work to other +machines or dispatch function calls to machines that are better suited +to do the work. It allows you to do work in parallel, to load balance +processing, and to call functions between languages. It can be used in +a variety of applications, from high-availability web sites to the +transport for database replication. + +WWW: http://www.gearman.org/ |