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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a1c219342feb1c77 X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Re: ADA client/server Date: 2000/08/21 Message-ID: <8nre3m$e0d$1@nnrp1.deja.com>#1/1 X-Deja-AN: 660724976 References: <399ec91e@usenet.per.paradox.net.au> X-Http-Proxy: 1.0 x72.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Mon Aug 21 14:25:15 2000 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.7 [en] (WinNT; I) Date: 2000-08-21T00:00:00+00:00 List-Id: In article <399ec91e@usenet.per.paradox.net.au>, "jill" wrote: > is it possible to build a client/server model in ADA? > if so, how do i fork a new process (child)? To get a new thread of control in Ada, you don't "fork" your current thread (then jump through several more hoops). You use Ada's tasking features. If you don't know about that, you *really* need to get and study a good Ada reference text. This is pretty basic to the language. I often wonder what kind of drugs the folks at AT&T were on when they thought up "fork" and "exec" as good ways to do multi-tasking. Some of the stuff in Unix is just brilliant, while some of it is worthy for inclusion in INTERCAL. (see http://foldoc.doc.ic.ac.uk/foldoc/foldoc.cgi?INTERCAL ) -- T.E.D. http://www.telepath.com/~dennison/Ted/TED.html Sent via Deja.com http://www.deja.com/ Before you buy.