Re: [Algorithms] General purpose task parallel threading approach
Brought to you by:
vexxed72
|
From: <asy...@gm...> - 2009-04-05 20:24:19
|
Where do you get a deadlock from ? Alexander 2009/4/5 Jon Watte <jw...@gm...> > asy...@gm... wrote: > > >1) Some programmer failing to handle the "cancel" error case correctly, > > For that purpose I made by default a wait operation not cancellable. > > You have to provide a flag in order to be have an ability to cancel > > current wait operation (and have a 'cancelled' flag returned) > > So instead of cancellation crash bugs, you get cancellation deadlocks. > Not a big improvement IMO :-) > > Sincerely, > > jw > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > GDAlgorithms-list mailing list > GDA...@li... > https://lists.sourceforge.net/lists/listinfo/gdalgorithms-list > Archives: > http://sourceforge.net/mailarchive/forum.php?forum_name=gdalgorithms-list > -- Regards, Alexander Karnakov |