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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,71d1e36fcaaa9b90 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-13 07:07:02 PST From: Dmitriy Anisimkov Newsgroups: comp.lang.ada Subject: Re: Help with anormal pausing of program Date: Fri, 13 Jun 2003 20:35:10 +0700 Organization: A poorly-installed InterNetNews site Distribution: world Message-ID: References: <3EE73D2B.4010502@yahoo.com> NNTP-Posting-Host: 195.162.53.2 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ns.omskelecom.ru 1055511240 14965 195.162.53.2 (13 Jun 2003 13:34:00 GMT) X-Complaints-To: usenet@ns.omskelecom.ru NNTP-Posting-Date: Fri, 13 Jun 2003 13:34:00 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en In-Reply-To: Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!out.nntp.be!propagator2-sterling!news-in.nuthinbutnews.com!news.rosprint.net!radius!not-for-mail Xref: archiver1.google.com comp.lang.ada:39117 Date: 2003-06-13T20:35:10+07:00 List-Id: Vinzent Hoefler wrote: > Anisimkov wrote: > >>I think there is no way to complete workaround hardware error by the any >>software solutions, so, the best way is to change the computer. > > Not sure, if you mean that, but "working with software around hardware > errors" is part of my daily job. ;) Yes, the world is not ideal. And some computer subsystems (hardware or software) has an errors. I think we should fix the errors on the place where it is, this way is better than to do errors workaround. We would have more stable systems this way.