Re: propagated error reporting

2005-05-03 Thread Wiggins d'Anconia
Peter Rabbitson wrote: > Hello everyone, > My question is - is this too simple to be true? I suspect this is probably > not thread-safe (not that I know much about threads anyway), but are there > any other obvious shortcommings that I am missing? Maybe there is a well > developed framework to

propagated error reporting

2005-05-02 Thread Peter Rabbitson
Hello everyone, I once again have a broad question about implementing a certain capability. Consider we have the following: main program -> uses modules A & B | | execute exported sub from A (A uses C & D) | | | execute exported sub from C