How do I stop a "micrthread" in stackless python? For example, I want to keep a "micrthread" running for only 0.1s, and then kill it or terminate it. How do I do it?

link|improve this question
What have you tried? – Marcin Feb 8 at 15:24
I want to test the speed connect to some websites,I only want to know does it can finish in 0.1s but not success in connecting the website.So stackless.tasklet(mysocket)("www.google.com") and stackless.run().I want let every task runing only in 0.1s – kirchhoff Feb 9 at 0:43
Please edit your question – Marcin Feb 9 at 8:26
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.