Embedding Python, threading and scalability

Simon Wittber (Maptek) Simon.Wittber at perth.maptek.com.au
Thu Jul 10 20:46:48 EDT 2003


[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.






More information about the Python-list mailing list