Locking for Creating and Writing Files – Zognot.org A discussion surrounding file locking and atomicity when creating and writing files in python.
April 27, 2009
by admin
0 comments
April 27, 2009
by admin
0 comments
Locking for Creating and Writing Files – Zognot.org A discussion surrounding file locking and atomicity when creating and writing files in python.
April 27, 2009
by admin
0 comments
Proper file overwrites in Python – Patrice’s Weblog A technique to implementing file overwrites that are safe using locking
April 23, 2009
by admin
0 comments
BrowserCouch Documentation CouchDB Api instead of the standard SQL api for browser storage. Looks good. Should be reasonably straight forward to implement a flash backed storage. Currently uses global storage on mozilla.
April 23, 2009
by admin
0 comments
thekua.com@rest » A Retrospective Timeline Great guide to conducting a Timeline activity during a retrospective.
April 15, 2009
by admin
0 comments
We have a javascript application that uses OAuth to speak to some of our backend web services. Everything worked fine in our test environment, but when accessed from the customer site we were having intermediate problem where the OAuth authenticated … Continue reading