Hi there,
I have just started doing some experiments with python-stdnet and gevent. I thought it wouldn't be a problem to use both frameworks at the same time, monkey patching the stdnet in the same way that can be done with the python redis libraries, but I have found some problems (ie, uncommitted updates to redis), so I guess the redis core that stdnet uses cannot work in asynchronous mode...
Does anyone have any experience with this combination of libraries?
Cheers
Alvaro