Archived
1
0
Fork 0

Use multiple Gearman servers

This commit is contained in:
Mercier Pierre-Olivier 2013-12-01 01:12:02 +01:00
parent 16f3dbfecb
commit 415b5c81fd
5 changed files with 20 additions and 5 deletions

View file

@ -105,4 +105,5 @@ sub process
return $out;
}
Process::add_server("gearman:4730");
Process::register_no_parse("get_csv", \&process);