Re: Can I use one of the new MMs?
From: Fredrik Lysholm (fredrik.lysholm_at_mogul.com)
Date: 02/19/05
- Next message: Roberto Della Pasqua: "Re: Can I use one of the new MMs?"
- Previous message: Robert Houdart: "Re: Congratulations to Dennis and John"
- In reply to: Robert Houdart: "Re: Can I use one of the new MMs?"
- Next in thread: Robert Houdart: "Re: Can I use one of the new MMs?"
- Reply: Robert Houdart: "Re: Can I use one of the new MMs?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 19 Feb 2005 13:55:27 +0100
"Robert Houdart" <robert@elinksuite.com> wrote in message
news:42170c5d@newsgroups.borland.com...
> "Fredrik Lysholm" wrote in message...
>> If it were up to me I'd make my validation suggestion (ValidateAbuse,
>> found under extra validation) on of the required ones.. I for sure would
>> always pick among the ones passing it (unless the performance difference
>> would be huge, as we've seen they aren't!).
>
> So would I, but, obviously, I'm biased :-).
Glad you agree regarding the validate abuse issue..
> Thorsten's idea of halting the MM is quite interesting too, I think.
> The difference between the two options is really very small, just a couple
> of lines of code. If the MM can detect invalid pointers, it can also
> suspend its operation, if it chooses so.
> Both options could very easily be made available with a conditional
> define.
>
Hmm.. yeah.. but then I'd like you to ask yourself.. if the MM can detect it
(thus won't take any damage because it) why would you wanna halt the
process? Isn't it a much better option to let that be up to the developer?
Most likely the application can continue to run past that point as the MM
detected the error.. If we're talking server software I'm pretty sure people
wouldn't want the whole server to crash/close just because one
request/action generated an exception.. they'd much rather have the server
log the exception/send an error report....
Anyways I wouldn't mind at all as long you give me that conditional define
:)
> Robert
>
>
- Next message: Roberto Della Pasqua: "Re: Can I use one of the new MMs?"
- Previous message: Robert Houdart: "Re: Congratulations to Dennis and John"
- In reply to: Robert Houdart: "Re: Can I use one of the new MMs?"
- Next in thread: Robert Houdart: "Re: Can I use one of the new MMs?"
- Reply: Robert Houdart: "Re: Can I use one of the new MMs?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|