Btw, I am led to understand that Nagare uses the Paste http server. We have already modified paste to use StacklessIO for some in-house experiments a while back.
-----Original Message----- Thanks Christian. But without the pickle enhancement you created nothing could be possible. I personally think this golden nugget is not known enough by the community. BTW, do you think it could be possible ? easy ? to extract it into an extension module to the classic CPython ? A GSoC perhaps. To be complete, we are planning to add the asynchronous I/O parts to Nagare. First the HTTP requests handling which is the easier part because several implementations already exist. Then the database connexion part which is more difficult as the vast majority of the SQL drivers are coded in C and follow a blocking model. But we already have encouraging prototypes, using (a fixed) socketlibevent.py or Concurrence (http://code.google.com/p/concurrence/). Regards _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
