Shuhao
unread,Feb 21, 2013, 2:05:29 AM2/21/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to py-le...@googlegroups.com
Hi,
I'm currently using Flask and LevelDB for an application. This application defines a couple of LevelDB instances in a file. When i start the server (test server, werkzeug), it complains that the db is locked (I'm not even using the db for anything yet). However, if the server is already started and it is reloaded, it doesn't complain.
I'm trying to browse through the flask code and I don't think it forks or anything... Anyone have any idea on why this would be happening?
Thanks,
Shuhao