c++ - Retries with locked SQLite databases in Poco 1.5.x -


from poco 1.3.4, poco::data::sqlite::sessionimpl supported properties maxretryattempts, maxretrysleep, , minretrysleep allowed control on automatic retries if database locked. these properties have been eliminated in poco 1.5.0.

what proper way handle locked database retries using poco 1.5.x?

looks porting change on 1.5.x forgotten. github issue has been created.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -