From owner-freebsd-hackers Wed Nov 13 12:53:27 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA15254 for hackers-outgoing; Wed, 13 Nov 1996 12:53:27 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA15248 for ; Wed, 13 Nov 1996 12:53:24 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.2/8.6.9) with ESMTP id MAA07639; Wed, 13 Nov 1996 12:51:34 -0800 (PST) To: "Eric J. Schwertfeger" cc: Joe Greco , Christopher Masto , hackers@FreeBSD.org Subject: Re: Programming technique for non-forking servers? In-reply-to: Your message of "Wed, 13 Nov 1996 12:06:11 PST." Date: Wed, 13 Nov 1996 12:51:34 -0800 Message-ID: <7637.847918294@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > What I actually think Amiga programmers are missing is the shared > addressing space, so that two tasks/processes could easily handle the same > data structures, and seeing each other's modifications. While this isn't Which was the Amiga's greatest feature and it's greatest flaw. It made IPC and "shared library" calls fast as heck, but it also made it more than easily possible for an errant process to take down the whole machine and start the Guru to meditating. :-) Nothing comes for free. > find enough free time just to figure out the scope of what I want (feel > free to email me if you want to bias me :-). Darn, and I just got rid of > my Amiga RKM's this year. I still have a set, gathering dust. :) I gave my A2500 away a couple of years ago when I realized that I no longer had the time to even power it on. Jordan