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 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.ada Subject: Re: New IEEE Language Popularity Ratings Date: Wed, 10 Aug 2016 11:43:00 -0700 Organization: A noiseless patient Spider Message-ID: <87popg1n4b.fsf@jester.gateway.pace.com> References: <31c22983-150c-4dab-abba-588e15f75914@googlegroups.com> <87y44514hl.fsf@jester.gateway.pace.com> <87twes1v4l.fsf@jester.gateway.pace.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="afb9df5a762ad8974cbd7e506bdf03a5"; logging-data="25838"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+69FsZ0KWdYkigzQDsN3QU" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:udRyLSJSDnbQPcBpewIOfGxybvE= sha1:6p4Q1ltxYpKSrBKyNMicTa8Jv/s= Xref: news.eternal-september.org comp.lang.ada:31366 Date: 2016-08-10T11:43:00-07:00 List-Id: "Dmitry A. Kazakov" writes: > No. Actually time constraint is interchangeable with load. If you have > many thousands of metering devices, then even if they report once in 5 > minutes, with about 100 variables it does a lot of traffic and load no > scripting language can handle on either side. On the client side that's almost nothing. On the server side, scaling horizontally is the in thing. ;). 30k devices each reporting every 5 minutes is still just 100 per second which is no big deal for a reasonable server these days no matter what it's written in. 3 million devices gets more interesting.