mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
4e943fb464
PR: ports/131088 Submitted by: Gea-Suan Lin <gslin at gslin.org>
9 lines
408 B
Plaintext
9 lines
408 B
Plaintext
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/
|