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,1d89a595b2447b91,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-03 16:30:25 PST Path: archiver1.google.com!news2.google.com!newsfeed.stanford.edu!cyclone.bc.net!sjc70.webusenet.com!news.webusenet.com!elnk-nf2-pas!newsfeed.earthlink.net!wn14feed!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc53.POSTED!not-for-mail From: Freejack Subject: Local Partitions and Florist/Glade. Newsgroups: comp.lang.ada Message-ID: User-Agent: Pan/0.11.4 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Comment-To: ALL NNTP-Posting-Host: 12.245.85.50 X-Complaints-To: abuse@comcast.net X-Trace: rwcrnsc53 1065223824 12.245.85.50 (Fri, 03 Oct 2003 23:30:24 GMT) NNTP-Posting-Date: Fri, 03 Oct 2003 23:30:24 GMT Organization: Comcast Online Date: Fri, 03 Oct 2003 23:30:24 GMT Xref: archiver1.google.com comp.lang.ada:181 Date: 2003-10-03T23:30:24+00:00 List-Id: In my efforts to integrate Cryptlib with Glade(which seems to be going well so far) I've noticed that the only IPC in the Glade PCS is through network sockets(Stream and Datagram). I'd like to use Message_Queues, Unix/Local Sockets, and Shared_Memory in the PCS for "localhost" systems that support it. Of course, I could implement this myself, but I'm posting this message up wondering if anyone else has implemented these features for the PCS. Implementing it would be trivial with the GNAT toolchain, but it might run into problems with other compilers. These features do exist to some extent in the GNAT specific OS libs. Of course, these are "Posix" features, so Windows users might have to install some extra software to get 'em working. But oh well. ;-> Of course, I could be missing something in the Garlic source code. I'm gonna be spending some more time looking over the Glade source. In the meantime, any pointers? Freejack