Re: [Alephmodular-devel] Random rumblings on files and errors
Status: Pre-Alpha
Brought to you by:
brefin
From: Dietrich E. <die...@zd...> - 2003-01-31 00:02:14
|
On Thursday, January 30, 2003, at 03:37 , Br'fin wrote: > Er, is which element hopelessly unthreadable? > > The current error handling. > This error handling. > Or? > > And I'd not mind knowing why. (I didn't think to take that possibility > into account, so...) > > -Jeremy Parsons The bit about each object holding an error value. If two threads use the same object, the error value won't work correctly. It also seems that error data are not the property of an object itself, rather the property of an aborted call, which is what exceptions are for. |