Hi Guys: My friend Kevin has made the patch for an implementation of select() available. He has also written a blog post. I am really happy that Kevin joined me to make select() happen. As I mentioned at my EuroPython talk, much of how select() looks are based on his efforts.
The patch: http://github.com/k19k/stackless_select/blob/master/stackless-2.6.5_select.diff The post:http://blog.k19k.com/2010/10/select-in-stackless-python.html#comment-form A word of warning. The C Stackless Python implementation still has many bugs. In the weeks to come I am going to see if I can make some head way. This is the excuse I need to get deeper into Stackless. That said, I will post more examples of what select can do. Currently I am writing versions of the Santa Claus Problem and I am make changes to the API. Cheers, Andrew _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
