<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.3314" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>  I have some question about Stackless 
Python.</FONT></DIV>
<DIV><FONT face=Arial size=2>  What is main tasklet? </FONT></DIV>
<DIV><FONT face=Arial size=2>  Usually we call stackless.run() to mainloop 
all the schedule tasklets. But if we just call sometaklet.channel.send(None) in 
main thread after all the necessary tasklets are created,  what would 
happen? </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> Thanks in advance.</FONT></DIV></BODY></HTML>