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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7b69a8818c20ab9f X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Y21C Bug Date: 2000/01/04 Message-ID: <84t966$be0$1@nnrp1.deja.com>#1/1 X-Deja-AN: 568167645 References: <84nqbo$q28$1@nnrp1.deja.com> <84o0g2$u8v$1@nnrp1.deja.com><84pvrs$7q1@ftp.kvaerner.com> <84sltt$7s3@ftp.kvaerner.com> X-Http-Proxy: 1.0 x31.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Tue Jan 04 17:04:16 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-01-04T00:00:00+00:00 List-Id: In article <84sltt$7s3@ftp.kvaerner.com>, "Tarjei T. Jensen" wrote: > That does not change the fact that it is very unlikely that > there will be any machines with a 32bit Unix outside museums > in 2038 and that they will not run out of time any time soon. But all 64-bit unixes support 32-bit applications! I am including here Solaris, DEC-Unix, IRIX. > Transitioning from a 32 bit to a 64 bit Unix world is probably > painful for a lot of software vendors. But this is a process > that is going on today. Yes, but the "process" very often involves deciding to run applications in 32-bit mode. Indeed in many cases this makes more sense, since many applications have absolutely nothing to gain from 64-bit mode, and quite a bit to lose (increased memory usage, which given cache behavior translates to increased run-time). > All the > big vendors either have transitioned to a 64 bit Unix or are > planning to do so. I don't remember whether Linux is 32 or 64 > bit Then you are definitely not quite up on things, given that Linux most often is running on x86 machines which are 32-bits by nature. Will the ia-32 have disappeared 30 years from now? I would not be so sure of the answer to this :-) > Regardless, by 2038 the migration will be over a long time > ago. Well I hope that others are not taking this head-in-the-sand viewpoint, or we may have another Y2K fiasco :-) Sent via Deja.com http://www.deja.com/ Before you buy.