mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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/
|