On Wed, Apr 01, 2009 at 05:04:36PM +0200, Arjan van Staalduijnen wrote:
arjan, you could just look at pikes Remote module and take some ideas from pythons multiprocessing module to achive the effect you are asking for.
Thanks, I will definitely take a look at it.
without having looked myself, i am hoping that it should be possible to have a simple Remote server that can just accept functions or objects to run.
then in the main application only some code is needed to either start up such a Remote server, or manage a pool of already running instances.
greetings, martin.