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,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,30df5a909ff1af4 X-Google-Attributes: gid103376,public From: "Vladimir Olensky" Subject: Re: Erlang (Was Re: Answering an Ada/COBOL Question) Date: 1999/11/19 Message-ID: #1/1 X-Deja-AN: 550518382 References: <80hr16$5q2$1@nntp5.atl.mindspring.net> <80leu1$k3l$1@nnrp1.deja.com> <80mc1j$6fo$1@nnrp1.deja.com> <80piek$rd3$1@nntp1.atl.mindspring.net> <877ljhikgt.fsf@antinea.enst.fr> <80vgad$mb6$1@nnrp1.deja.com> Organization: Posted via Supernews, http://www.supernews.com X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Newsgroups: comp.lang.ada X-Complaints-To: newsabuse@supernews.com Date: 1999-11-19T00:00:00+00:00 List-Id: >Robert Dewar wrote in message <80vgad$mb6$1@nnrp1.deja.com>... >> Samuel Tardieu wrote: >> Its main advantage over Ada is, IMO, the ability to replace >> running code. > >Since this was a COBOL thread originally, it is appropriate >to point out that COBOL has always had this capability, it is >quite normal to extend the functionality of a COBOL program >and add modules to a running program without stopping it. In addition to Erlang and COBOL I would like to mention here Oberon BlackBox framework based on Component Pascal which also has this capability to install and remove software modules without stopping the whole system. I understand this as a trend in software industry that could become a MUST in some future. "Hot-swap" capability is a very important one in making system maintenance, upgrades and troubleshooting much easier. In reality it is much more often used in hardware than in software. I wonder why this COBOL experience (it seems that it was the first in this area ???) was not implemented till recently in other languages that were intended for reliable systems ? Regards, Vladimir Olensky