A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
I'm trying to control concurrent access to a file in a Win32 application. The file is a SQLite database, and on Windows SQLite opens files via CreateFile() with FILE_SHARE_READ and FILE_SHARE_WRITE ...