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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,971aa11c293c3db1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-24 10:00:25 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!195.27.83.146!news-FFM2.ecrc.net!news.iks-jena.de!lutz From: lutz@iks-jena.de (Lutz Donnerhacke) Newsgroups: comp.lang.ada Subject: Re: Ada The Best Language? Date: Tue, 24 Jul 2001 16:59:35 +0000 (UTC) Organization: IKS GmbH Jena Message-ID: References: <5be89e2f.0107170838.c71ad61@posting.google.com> <5be89e2f.0107180235.726d46a8@posting.google.com> <3B55B01A.DAC06D79@icn.siemens.de> <5be89e2f.0107181248.73298c57@posting.google.com> <9j949b$1ujp$1@norfair.nerim.net> <9cV57.54954$WS4.8386096@news6-win.server.ntlworld.com> <9j98pv$20vi$1@norfair.nerim.net> <3B586C51.53C17E25@home.com> NNTP-Posting-Host: taranis.iks-jena.de X-Trace: branwen.iks-jena.de 995993975 22336 217.17.192.37 (24 Jul 2001 16:59:35 GMT) X-Complaints-To: usenet@iks-jena.de NNTP-Posting-Date: Tue, 24 Jul 2001 16:59:35 +0000 (UTC) User-Agent: slrn/0.9.6.3 (Linux) Xref: archiver1.google.com comp.lang.ada:10526 Date: 2001-07-24T16:59:35+00:00 List-Id: * Ted Dennison wrote: >2) Even though either language can do it just fine, I don't think "select" >support is that big of a deal anyway. Most serious network servers >(according to the literature I read) don't use select. They instead keep a >pool of threads (tasks), and assign IP connections as they come in to the >next available thread. Ack. >Using "select" would tie up your entire server into processing one request >at a time, which might be OK for something that doesn't get hit a lot, but >would be horrible for a server that may expect several simultanious >requests from different parties. "select" probably has its uses, but it >seems to mostly be a holdover from the pre-thread era. Teergrubing requires select or poll to prevent a dDoS.