new project: dworker
I’ve proposed a new Apache Labs project: dworker.
My goal is to make it something like Brad’s gearman, but with less perl and more C. In the long run I want to add bindings to PHP and Python, (er, and Perl if someone else writes a patch), so that you could connect to it both with a scripting language client, but also write a task in a scripting language.
December 4th, 2006 at 9:38 am
Would it not make sense to maintain compatibility with Gearman? Choose whether you want to run the perl or c version?