Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

1 item tagged “raceconditions”

Testing Django Views for Concurrency Issues. Neat decorator for executing a Django view under high concurrency in your unit tests, to help spot errors caused by database race conditions that should be executed inside a transaction. 0 27th May 2009, 10:01 am

A django site