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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,63585ba5c5be8595 X-Google-Attributes: gid103376,public From: Simon Wright Subject: Re: Ada to Motif bindings Date: 2000/04/11 Message-ID: #1/1 X-Deja-AN: 609969576 X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 References: <38E8E8CE.81EC851F@mitre.org> <38EAC651.1DD94F40@home.com> <8cffvp$q0s$1@nnrp1.deja.com> <38EC2DC6.E17A407B@home.com> <38F17693.F32F2074@home.com> <2000Apr10.082953.1@eisner> X-Trace: news.demon.co.uk 955517397 nnrp-10:20413 NO-IDENT pogner.demon.co.uk:158.152.70.98 Organization: At Home Newsgroups: comp.lang.ada X-Complaints-To: abuse@demon.net Date: 2000-04-11T00:00:00+00:00 List-Id: kilgallen@eisner.decus.org (Larry Kilgallen) writes: > But the single-threaded nature of X is an issue in any programming > language. If you have a requirement to use multiple execution > contexts in parallel, you better do it in separate processes, > regardless of programming language. We had success using separate Display contexts, one per execution thread that needed to interact with X. As I remember, one was for standard GUI (buttons etc), the other drew a labelled plan display of some sort. Just need to pass window IDs around ..