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,c22949b5ebf3505f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-10 09:56:21 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: [OT] Two sockets questions Date: 10 May 2003 17:55:53 +0100 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <3ebcbefb$1@news.wineasy.se> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1052585779 2924 62.49.19.209 (10 May 2003 16:56:19 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sat, 10 May 2003 16:56:19 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:37151 Date: 2003-05-10T17:55:53+01:00 List-Id: "Tarjei T. Jensen" writes: > I notice that the squid developers report that they have reduced CPU > usage by using real time calls. A colleague tells me his project had a lot of trouble working with Linux real-time signals and sockets. RH 8.2, I think. They moved to using plain select() (this part of the project is in C) and are now happy. They don't have that many clients, though.