python - Is there a way to update web2py database table without locking the database? -


i have hourly process updates 1 of database tables - when processing presents errors due database being locked:

operationalerror: database locked 

is there way can update databases in web2py without them locking - or there other workaround can take here?


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

php - Find a regex to take part of Email -

javascript - Function overwritting -