A. Jesse Jiryu Davis
All Articles
Feed
About
Portfolio
Category: Programming
Dawn Of The Thread
How to avoid zombie threads in ancient versions of Python.
Night Of The Living Thread
A fun series about a race condition I fixed in Python's threading implementation.
PyMongo 2.6.3 Released
Announcing PyMongo 2.6.3, which fixes some connection-pool bugs and hardens the BSON parser.
Python C Extensions And mod_wsgi
If you use mod_wsgi, or you're the author of a Python C extension, it's time for you to learn how they interact.
Porting From PyMongo To Motor
How can you port a complex application from blocking to non-blocking style without rewriting all your code at once?
PyMongo 2.6.2 Released
Yesterday we released PyMongo 2.6.2, which fixes a bug when max_pool_size is None.
PyMongo 2.6.1 Released With Refleak Fix
Yesterday we released PyMongo 2.6.1, which fixes a memory leak in insert().
Come Work With Me At MongoDB
We renamed ourselves from 10gen to MongoDB Inc. today. Same great company. You should work with me here.
Analyzing Python C Extensions With CPyChecker
Saves you from refcount bugs and segfaults.
Efficiently Paging Geospatial Data With MongoDB
I implemented a new option for geo queries, "minDistance." I'll show you an example app that uses minDistance to quickly page through results.
←
Older
Page 19
Newer
→