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)
6 lines
378 B
Text
6 lines
378 B
Text
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.
|