[Stackless] Is this me, or stackless?
Max Noel
maxfnoel at gmail.com
Sat Jul 8 19:18:35 CEST 2006
On 8 Jul 2006, at 18:55, Richard Tew wrote:
>> I'm setting up several tasklets that listen on channels, and then
>> issuing
>> channel.send() messages from the main tasklet, without ever calling
>> stackless.run(). Am I doing anything wrong here or is this a bug in
>> stackless I should be investigating?
>
> Well, your tasklets are not all finishing, which is what is triggering
> the problem when they are killed. If you used stackless.run() that
> would make it go away. Definitely a bug.
>
> Any ideas about the best way to fix it?
>
> Richard.
Depends... Is it a bug or a feature that tasklets can be awakened
without stackless.run() having ever been called?
-- Max
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list