On Nov 3, 9:35 am, joa2212 <[EMAIL PROTECTED]> wrote: > Result: Almost even worse. The application is not scaling at all. > Every time you start a request it is hanging around on one cpu and is > devouring it at about 90-100% load. The other 31 CPUs which are shown > in "mpstat" are bored at 0% load.
You are probably not aware of Python's Global Interpeter Lock: http://docs.python.org/api/threads.html. George -- http://mail.python.org/mailman/listinfo/python-list