[Python-3000] improved threading in py3k (original) (raw)
Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Sat Aug 5 12:29:59 CEST 2006
- Previous message: [Python-3000] improved threading in py3k
- Next message: [Python-3000] improved threading in py3k
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Josiah Carlson <jcarlson at uci.edu> writes:
I did not read all of that paper, but it seems to rely on the (un)masking of signals in threads, as well as the sending of signals to 'kill' a thread.
They are not OS signals: it's entirely the matter of the language's runtime system.
(But Unix signals can be nicely exposed as these signals for the programmer.)
-- _("< Marcin Kowalczyk _/ qrczak at knm.org.pl ^^ http://qrnik.knm.org.pl/~qrczak/
- Previous message: [Python-3000] improved threading in py3k
- Next message: [Python-3000] improved threading in py3k
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]