in reply to Re: MySQL multiprocessing
in thread MySQL multiprocessing

You are right, the real slowdown is the xml rpc client I use (Frontier::Client)... time to try another one I suppose ;) and you are right again that even without it is forking way too faster than threads. so my next step will be fork() and different xml rpc client. thanks ;]