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=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7efbdbcd2058c74e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-28 01:32:20 PST Path: newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!148.122.208.68!news2.oke.nextra.no!nextra.com!news3.oke.nextra.no.POSTED!not-for-mail Reply-To: "Frank" From: "Frank" Newsgroups: comp.lang.ada References: Subject: Re: GtkAda with several task (or distributed solution?)? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Sat, 28 Apr 2001 10:31:44 +0200 NNTP-Posting-Host: 130.67.136.233 X-Complaints-To: news-abuse@nextra.no X-Trace: news3.oke.nextra.no 988446728 130.67.136.233 (Sat, 28 Apr 2001 10:32:08 MEST) NNTP-Posting-Date: Sat, 28 Apr 2001 10:32:08 MEST Organization: Nextra Public Access Xref: newsfeed.google.com comp.lang.ada:7013 Date: 2001-04-28T10:31:44+02:00 List-Id: Hi! Yes I had Annex E in mind. Thank you. > Any multi-word data they share may need to be protected from "tearing" though. I'm not sure I understand what you mean here; do you mean that if I try to pass a GUI object (the data structure of it) between partitions it can be destroyed when (can imagine that)? Frank