Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Return distinct keys from MongoDB using asyncmongo
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Serge S. Koval  
View profile  
 More options Sep 25 2012, 11:43 am
From: "Serge S. Koval" <serge.ko...@gmail.com>
Date: Tue, 25 Sep 2012 18:43:16 +0300
Local: Tues, Sep 25 2012 11:43 am
Subject: Re: [tornado] Re: Return distinct keys from MongoDB using asyncmongo

Biggest problem I see with Motor - it uses greenlets.

If you can use greenlets, why not use gevent instead of Tornado and write
all code without thinking about callbacks?

Why it matters:
1. Compatibility. Greenlets won't work in PyPy. Well, they will, but PyPy
will disable JIT for code which uses them.
2. Greenlet implementation in CPython is scary. They're great when they
work though.

Too bad that "pure" AsyncMongo is falling behind in terms of features..

Serge.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.