On Thu, Mar 12, 2009 at 10:54 AM, Joel C. Salomon wrote: > On Thu, Mar 12, 2009 at 4:08 AM, roger peppe wrote: > > 2009/3/11 : > >> www.stackless.com > > > > not viable. it doesn't even support alt, as far as i can see. > > It seems to me from > that > Stackless Python's Channels have alt-like capability built-in, i.e., > support for multiple readers & writers. > > —Joel Salomon > Right but what if you want to alt the Channels, not the tasks waiting to write to a Channel. It's not quite the same, and sharing the channel seems a bit weird, but then I'm not used to Stackless' approach either. Dave