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.182.233.170 with SMTP id tx10mr9676623obc.18.1458259495143; Thu, 17 Mar 2016 17:04:55 -0700 (PDT) X-Received: by 10.182.153.2 with SMTP id vc2mr191650obb.11.1458259495066; Thu, 17 Mar 2016 17:04:55 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!av4no1082032igc.0!news-out.google.com!pn7ni12723igb.0!nntp.google.com!av4no1082026igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 17 Mar 2016 17:04:54 -0700 (PDT) In-Reply-To: <2acb3815-157a-4d12-94fd-ffaa6b4267c1@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=67.0.61.30; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 67.0.61.30 References: <2acb3815-157a-4d12-94fd-ffaa6b4267c1@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Ideas for a poor man's robust/efficient server setup From: Shark8 Injection-Date: Fri, 18 Mar 2016 00:04:55 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:29821 Date: 2016-03-17T17:04:54-07:00 List-Id: I would recomend ditching MySQL -- FireBird should be more than suffient fo= r your needs (it's been used by the DOT to handle a *lot* of users/concurre= nt accesses)... FireBird is the open source of InterBase. (Postgres might a= lso work, though I haven't used it much. AWS might be appropriate, it might not. If you want provable high-integrity= real-time you could use Ravenscar/SPARK... though this might be either ove= rkill or too constrained to (easily) do what you need.