Subj : Re: deadlock avoidance To : comp.programming.threads From : Giancarlo Niccolai Date : Mon May 23 2005 04:27 pm axter wrote: > Are there any good C++ methods, objects, or logic to avoid deadlocks? > > I have the following code: > http://code.axter.com/sync_ptr.h > http://code.axter.com/sync_ctrl.h > > I'm trying to figure out a way in which the smart pointer can > automatically avoid deadlocks. > > Right now I'm stuck, and I was hoping someone here could come up with > something I've overlooked, or something I'm not aware of. > > Any advice would be appreciated. See my introductory article at: http://www.niccolai.ws/works/articoli/art-multithreading-en-1a.html English need still a little finetuning, sorry for that ;-) Giancarlo .