[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: permissions (and other) problems

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-09-14 01:43:26 CEST

Jon Watte wrote:

>>Note the the longjmp prevents transaction()'s mutex_exit() from being
>>called. This means that when the cleanup routine calls close(), the
>>mutex_enter() will block. Badness.
>>
>>
>
>As I said, not every case can be handled 100% -- but I think trying
>is good.
>
Trying is totally stupid if you know in advance that you have no control
over whether you'll succeed or not. That's simply bad (over)engineering,
sorry. This is not about a moral commitment to do your best, it's about
building a reliable software API in the face of uncontrollable external
events. The correct approach is to find a simple and foolproof solution,
which we're doing now.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 14 01:44:30 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.