From: Alex on
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