Gearman Job Server
Gearman provides a generic application framework to farm out work to other
machines or processes 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 of database replication events. In other words, it
is the nervous system for how distributed processing communicates.
- Links to server:monitoring / gearmand
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:illuusio/gearmand && cd $_ - Create Badge
Refresh
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed |
|---|---|---|
| _link | 0000000125 125 Bytes | |
| fix-without-mysql.patch | 0000000442 442 Bytes | |
| gearmand-1.1.21.tar.gz | 0001104146 1.05 MB | |
| gearmand-1.1.21.tar.gz.asc | 0000000488 488 Bytes | |
| gearmand-firewall | 0000000348 348 Bytes | |
| gearmand-rpmlintrc | 0000000608 608 Bytes | |
| gearmand-server.xml | 0000000328 328 Bytes | |
| gearmand.changes | 0000011686 11.4 KB | |
| gearmand.init | 0000006830 6.67 KB | |
| gearmand.keyring | 0000001716 1.68 KB | |
| gearmand.service | 0000000570 570 Bytes | |
| gearmand.spec | 0000016642 16.3 KB | |
| gearmand.sysconfig | 0000001212 1.18 KB | |
| makefile-remove-clean-rpm.patch | 0000001113 1.09 KB |
Comments 2
/usr/lib/firewalld/services/gearmand-server.xml contains and invalid protocol "upd" instead of "udp" which breaks firewalld
Should be fixed now