Hi, >Great read ;-) Any plans on how to adapt this as an add on for Django? >(Seaside like?) The difficulty is that they are one-shot(no back >button), and also you need some session affinity thing going on with >your processes as greenlets aren't pickleable... oh, for stackless/pypy! >;-)
Actually there now is CherryFlow, a part of Subversion, that builds all this on standard generators, so maybe it would be better to use that instead of greenlets. Ok, the CherryFlow still needs a C extension, but it get's multishot-continuations by storing generator state, so that would be exactly what would be needed. Building something for django based on this might happen if I ever come to the point where I need to write several coupled pages in my code ;-) (can't be too far away in the future, as my work stuff needs those quite often) bye, Georg