[ Home | Feed | Twitter | Vector Art | Ascii Art | Tutorials ]
I did a lightning talk on Protothreads at the ChennaiPy user group meeting last week. This post contains the code examples demonstrated during the talk.
The code was written to show how Protothreads work, but it is not the best way to implement Protothreads. For one, the examples use 100% of the CPU, because the scheduler does not block. For a more complete implementation, check the source code of the Kiwi project.
BTW, the term Protothreads comes from a co-operative multi-threading implementation in C by Adam Dunkels.
Permalink | Add Comment | Share: Twitter, Facebook, Buzz, ... | Tags: python
The development of the FOSS Lab Manual for the Anna University Syllabus is underway at Google Code. The contents for the first Virtualization lab is available in this post. Post your suggestions and feedback.
Permalink | Add Comment | Share: Twitter, Facebook, Buzz, ... | Tags: doc, qemu