Skip to content

Instantly share code, notes, and snippets.

@plu
Created November 23, 2010 16:40
Show Gist options
  • Save plu/712061 to your computer and use it in GitHub Desktop.
Save plu/712061 to your computer and use it in GitHub Desktop.
gearman_driver_console.pl --server localhost:47300
console> status
localhost:47300> GDExamples::Convert::convert_to_gif 0 5 0 2010-01-30T19:45:43 1970-01-01T00:00:00
localhost:47300> GDExamples::Convert::convert_to_jpeg 0 5 0 2010-01-30T19:45:53 1970-01-01T00:00:00
localhost:47300> .
console> set_processes GDExamples::Convert::convert_to_gif 2 10
localhost:47300> OK
localhost:47300> .
console> status
localhost:47300> GDExamples::Convert::convert_to_gif 2 10 2 2010-01-30T19:45:43 1970-01-01T00:00:00
localhost:47300> GDExamples::Convert::convert_to_jpeg 0 5 0 2010-01-30T19:45:53 1970-01-01T00:00:00
localhost:47300> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment