Re: [pypy-dev] Pypy Benchmark of Tornado.

2014-09-05 Thread Jolitz Ben - bjolit
I don’t have specific suggestions on Mongo, but I can share what I’ve learned in a few months of using PyPy and Tornado. You want to make use of CFFI in PyPy to accelerate operations that would usually be slow in Python, namely encryption and database drivers. But always test first to see if yo

Re: [pypy-dev] Pypy Benchmark of Tornado.

2014-09-05 Thread Maciej Fijalkowski
Hi Can you please put it all in a blog post (ideally with examples), it's a lot of useful info. I'm willing to help On Fri, Sep 5, 2014 at 10:47 AM, Jolitz Ben - bjolit wrote: > I don’t have specific suggestions on Mongo, but I can share what I’ve > learned in a few months of using PyPy and Tor

Re: [pypy-dev] Pypy Benchmark of Tornado.

2014-09-05 Thread Phyo Arkar
Jolitz Thanks a lot for your advices. There is Motor driver by MongoDB (Non-Blocking) for tornado , but it built on top of PyMongo (which have C Extension for speedup and have also pure python mode) . In case of pypy , PyMongo disables C Extensions . I was in FUD in case of motor + pypy due to th

Re: [pypy-dev] Pypy Benchmark of Tornado.

2014-09-05 Thread Phyo Arkar
Yes This really deserve a blog post . I haven't finished writing my own blog yet tho :D. On Fri, Sep 5, 2014 at 11:31 PM, Maciej Fijalkowski wrote: > Hi > > Can you please put it all in a blog post (ideally with examples), it's > a lot of useful info. > > I'm willing to help > > On Fri, Sep 5,