I've perused the list archives where folks have asked about timeouts in channels - seems like there's nothing built into stackless, that instead you need a watcher tasklet. I'm mainly trying  to emulate timeouts in 
stacklesssocket.py.<br><br>A watcher thread won&#39;t be hard to implement, I just wanted to give my feedback that I think this is unfortunate that this isn&#39;t built into stackless.channel by default - because it seems like stackless could accomplish this in a much lighter weight fashion with just a simple parameter to receive() and/or send(). 
<br><br>Or is the problem that the scheduler doesn&#39;t visit channels unless someone initiates a connection on the other end? Hrm. Well anyway it would be nice if everyone didn&#39;t have to write their own timeout watchdog because there are certainly lots of pitfalls in getting that just right. 
<br><br>Anyway, just my 2 cents. Hopefully I&#39;ll have timeout support in stacklesssocket.py reasonably soon. :)<br><br>Alec<br><br><br>