Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 442  / 1 Year ago, wed, february 22, 2023, 7:26:06

What is the difference between the gearman-server package and the gearman-job-server package? Does one depend on the other?


More From » server

 Answers
7

Try using apt-cache show packagename to see more about packages. You can read your answer in there:



$ apt-cache show gearman-server
[...]
Depends: perl, libgearman-client-perl, libdanga-socket-perl
[...]
Description-en: [...]
This package contains both the Gearman server as well as the corresponding
Perl bindings.

$ apt-cache show gearman-job-server
[...]
Depends: libboost-program-options1.46.1 [...]
[...]
Description-en: [...]
This package contains the C reimplementation of the job server daemon
Homepage: http://launchpad.net/gearmand


So, basically, gearman-job-server (C/C++) is an alternative to gearman-server (Perl?), providing not all the exact same features.


[#33599] Thursday, February 23, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
alliulet

Total Points: 46
Total Questions: 109
Total Answers: 97

Location: Svalbard and Jan Mayen
Member since Sat, Oct 10, 2020
4 Years ago
;