mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
1da0d8ca92
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/
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/
|