This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# > time python async_pymongo.py | |
# | |
# real 0m0.511s | |
# user 0m0.220s | |
# sys 0m0.170s | |
import pymongo | |
import eventlet | |
eventlet.monkey_patch() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python2.6 | |
import sys, urllib2, urllib, time, threading, signal | |
sys.path.append('support/lib') | |
import settings | |
from settings import logging | |
from lib import taskqueue |