<div>Hi there,</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I&#39;ve some questions about tasklet in stackless python:</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1. How tasklet&nbsp;maps to the python thread, and to OS&#39;s thread? M:N? or 1:1?</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2. IMHO, stackless is just a way to remove the normal thread&#39;s stack away and use the heap instead, so, why we need another concept of the tasklet?</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Thanks in advance.</div>
<div>&nbsp;</div>
<div>Jason</div>