Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 1966 invoked by uid 6000); 22 Nov 1997 19:51:23 -0000 Received: (qmail 1960 invoked from network); 22 Nov 1997 19:51:21 -0000 Received: from prairie.nodak.edu (root@134.129.111.80) by taz.hyperreal.org with SMTP; 22 Nov 1997 19:51:21 -0000 Received: from prairie.nodak.edu (junker.cs.ndsu.NoDak.edu [134.129.125.144]) by prairie.NoDak.edu (8.8.8/8.8.8) with ESMTP id NAA30231 for ; Sat, 22 Nov 1997 13:51:16 -0600 (CST) Message-ID: <3477385E.C29D69E5@prairie.nodak.edu> Date: Sat, 22 Nov 1997 13:54:06 -0600 From: Igor Tatarinov X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 To: Apache list Subject: simple mmap() question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Hi, I have a simple question: does mmap(/dev/zero, RW, SHARED) imply that any UNIX process will be able to do the same and corrupt the contents of the resulting shared memory. In other words, if I install and run two apaches on the same SUN box will they screw up each others scoreboards? thanks, igor