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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,beb6b378a857b7ea X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-29 03:23:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!dispose.news.demon.net!news.demon.co.uk!demon!pogner.demon.co.uk!zap!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Use of entries using Ravenscar Date: 28 Dec 2001 18:36:54 +0000 Organization: Pushface Message-ID: References: <4948089f.0112180828.2ea4c80@posting.google.com> <4948089f.0112192354.5411f0ed@posting.google.com> NNTP-Posting-Host: localhost X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 X-Trace: news.demon.co.uk 1009624943 nnrp-02:20755 NO-IDENT pogner.demon.co.uk:158.152.70.98 X-Complaints-To: abuse@demon.net NNTP-Posting-Date: 28 Dec 2001 18:36:54 GMT X-Newsreader: Gnus v5.7/Emacs 20.7 Xref: archiver1.google.com comp.lang.ada:18373 Date: 2001-12-28T18:36:54+00:00 List-Id: "Jimmy Dub�n" writes: > OK, but signal 10 is reserved if you use rts-native instead of > rts-fsu, we have used the latter one since we think it has better > handling for threads. One has to change the soft link between the > two libraries to use rts-fsu. The most common reason I have for using tasks is to handle asynchronous (usually socket) I/O, and it's really useful to be able to have one task block on a read() while the rest of the program carries on. So FSU threads are not practical (for us). I have no idea whether GNAT supports FSU threads *and* Ravenscar -- anyone else?