From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 107f24,582dff0b3f065a52 X-Google-Attributes: gid107f24,public X-Google-Thread: 1014db,582dff0b3f065a52 X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,bc1361a952ec75ca X-Google-Attributes: gid103376,public X-Google-Thread: 109fba,582dff0b3f065a52 X-Google-Attributes: gid109fba,public X-Google-ArrivalTime: 2001-08-03 12:41:32 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!sn-xit-01!sn-post-01!supernews.com!news.supernews.com!not-for-mail From: "Mark Wilden" Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++,comp.lang.functional Subject: Re: How Ada could have prevented the Red Code distributed denial of service attack. Date: Fri, 3 Aug 2001 12:37:30 -0700 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <3b690498.1111845720@news.worldonline.nl> <9kbu15$9bj@augusta.math.psu.edu> <3b6a453c.1193942215@news.worldonline.nl> <9keejl$fhj@augusta.math.psu.edu> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:11257 comp.lang.c:71987 comp.lang.c++:79792 comp.lang.functional:7274 Date: 2001-08-03T12:37:30-07:00 List-Id: "Preben Randhol" wrote in message news:slrn9mlqp3.56q.randhol+abuse@kiuk0156.chembio.ntnu.no... > > If an app uses 10 seconds more to startup or 5% longer to complete a > task, where is the hurt? I am pretty sure that if you also put into > the equation all that time that is spent after a program has crashed > etc.. you will find that you don't loose time on software with better > quality. Just a comment on the "5% longer" figure. That might not seem like much, but if you're talking about a process that takes three days to complete, saving 5% means you get your results over three hours sooner. In other words, a small percentage of a large amount can be significant.