[snip] >...the way to scale Python in a threaded environment is to call out to a C >extension that releases the GIL. [snip] To write scalable applications in Python, one must write the 'scalabilty-required' parts n C. Does anyone else see this as a problem? Sw.