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
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
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
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,