From: Eric S. Raymond Date: Mon, 1 Oct 2012 03:57:55 +0000 (-0400) Subject: Make an explanation truer and funnier. X-Git-Tag: 1.3~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=367ce3e0cfccbd1a06aa71867cdb0e7474e67b3d;p=irker.git Make an explanation truer and funnier. --- diff --git a/irkerd b/irkerd index 6166b43..8172edf 100755 --- a/irkerd +++ b/irkerd @@ -39,9 +39,9 @@ ANTI_BUZZ_DELAY = 0.09 # Anti-buzz delay after queue-empty check # No user-serviceable parts below this line # This black magic imports support for green threads (coroutines), -# then has kinky sex with the threading library internals. -# Threads then become ultra-light-weight and cooperatively -# scheduled. +# then has kinky sex with the import library internals, replacing +# "threading" with a coroutine-using impostor. Threads then become +# ultra-light-weight and cooperatively scheduled. try: import eventlet; eventlet.monkey_patch() green_threads = True