
27 Oct
2011
27 Oct
'11
6:14 p.m.
On Thu, Oct 27, 2011 at 3:10 PM, Bryan O'Sullivan
On Wed, Oct 26, 2011 at 3:59 PM, Ian Lynagh
wrote: I propose that we remove all the automatic locking from the libraries, and let the user do any locking that they wish to do themselves.
+50
+1. In general I don't like when low-level libraries try to do too many smart things behind my back. That normally ends up in me having to write my own version of the library without those smarts. -- Johan