global interpreter lock not working as it should

Christian Tismer tismer at tismer.com
Sat Aug 3 21:44:24 EDT 2002


Jonathan Hogg wrote:

<snip mode="big"/>

> Stackless Python (as I think someone else mentioned) is probably a much
> better solution for highly threaded soft-realtime. Amusingly, Stackless is
> probably a better solution precisely because it's context switching
> *doesn't* use OS threads ;-)

It probably is. While it's still kinda primitive, it has the
advantage that there is only one single thread, and this
one is completely under your control. I realized this last
week when I was using my own system to implement a wxPython GUI
application, with real-time image processing and display in
the background, and I tell you I didn't believe how well this
worked.

having-become-my-own-user-ly y'rs - chris

-- 
Christian Tismer             :^)   <mailto:tismer at tismer.com>
Mission Impossible 5oftware  :     Have a break! Take a ride on Python's
Johannes-Niemeyer-Weg 9a     :    *Starship* http://starship.python.net/
14109 Berlin                 :     PGP key -> http://wwwkeys.pgp.net/
work +49 30 89 09 53 34  home +49 30 802 86 56  pager +49 173 24 18 776
PGP 0x57F3BF04       9064 F4E1 D754 C2FF 1619  305B C09C 5A3B 57F3 BF04
      whom do you want to sponsor today?   http://www.stackless.com/






More information about the Python-list mailing list