Is safe to use the shelve module with eventlet?

Alex metallourlante at gmail.com
Mon Jun 28 08:51:59 EDT 2010


Hi all.

I'm using eventlet <http://eventlet.net/> to build a simple web
crawler.
Can I use the shelve module for data persistence? Will I run into
problems due to the non-blocking nature of eventlet?

Thanks in advanced.

Alex



More information about the Python-list mailing list