Showing posts with label locking. Show all posts
Showing posts with label locking. Show all posts

Monday, June 4, 2012

Locking Executing Files: Windows does, Linux doesn"t. Why?


I noticed when a file is executed on Windows (.exe or .dll), it is locked and cannot be deleted, moved or modified.

Friday, April 27, 2012

How to avoid SQLiteException locking errors


I'm developing an Android application. It has multiple threads reading from and writing to the Android SQLite database. I am receiving the following error: