Re: Error trapping library
- Posted by "Christian Cuvier" <Christian.CUVIER at agriculture.gouv.fr> Oct 14, 2004
- 444 views
>>How would you describe the performance penalty of using this? If it's >>> too >>> huge I'd be a bit wary, but I generally don't need cutting edge >>> performance in >>> my code, just reasonable one. There are fastmachines nowadays. >>> >>> CChris >>> >>> > In my experience, my exception library does not cause a performance loss > at all. The same steps are taken to throw and trap an error as is to > manually test and report an error. The difference is in the automation > of the task. Any performance penalty incurred would happen within the > error cases, by which point, perfomance is a sideline then. > > I'll work on porting the lib for you. > > Chris Bensler > Code is Alchemy > > > -------------- Thanks in advance. Perhaps I can make it with a very slim doc, coming back to you for issues I can't figure out from code inspection or testing. CChris