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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.205.138 with SMTP id fq10mr3719373qab.1.1371652353692; Wed, 19 Jun 2013 07:32:33 -0700 (PDT) X-Received: by 10.49.87.232 with SMTP id bb8mr66583qeb.28.1371652353677; Wed, 19 Jun 2013 07:32:33 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!mx05.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!bw2no2293831qab.0!news-out.google.com!y6ni3510qax.0!nntp.google.com!j2no825517qak.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 19 Jun 2013 07:32:33 -0700 (PDT) In-Reply-To: <51c1997b$0$32106$14726298@news.sunsite.dk> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=195.182.34.201; posting-account=bMuEOQoAAACUUr_ghL3RBIi5neBZ5w_S NNTP-Posting-Host: 195.182.34.201 References: <1db593b9-0128-4e96-bc8e-050799e84d82@googlegroups.com> <51c1997b$0$32106$14726298@news.sunsite.dk> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2329dac9-d80c-4140-806d-9a143105407e@googlegroups.com> Subject: Re: anyone running is aws and postgresql website? From: Maciej Sobczak Injection-Date: Wed, 19 Jun 2013 14:32:33 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2273 Xref: news.eternal-september.org comp.lang.ada:15830 Date: 2013-06-19T07:32:33-07:00 List-Id: W dniu =C5=9Broda, 19 czerwca 2013 13:43:54 UTC+2 u=C5=BCytkownik Thomas L= =C3=B8cke napisa=C5=82: > Maciej mentions the fact that you deploy your application as a single > executable, and while I agree with him in that that for sure is a great > thing, it is not something unique to AWS/Ada - you can get that with > other languages also. By "single executable" I mean something that was linked together by a tool = (linker) that can check the consistency on the way. Note, for example, that Java's "war" files do not count: indeed, they are s= ingle files, but they are just archives of whatever inconsistent mess was g= iven to the archiver and it is only when you run the system that you can se= e all those ClassDefNotFoundException, NoSuchFunctionException and OhMyGodT= heXMLConfigFilesDoNotMatchMyClassesException, etc. After spending countless= hours fixing this kind of deployment mess the comfort of working with AWS = looks like a real game-changer. :-) --=20 Maciej Sobczak * http://www.msobczak.com * http://www.inspirel.com