fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
463 B
Text
8 lines
463 B
Text
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.
|