From owner-freebsd-hackers@FreeBSD.ORG Sat Jun 4 00:15:08 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6B6516A41C for ; Sat, 4 Jun 2005 00:15:08 +0000 (GMT) (envelope-from julian@elischer.org) Received: from bigwoop.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8063843D1D for ; Sat, 4 Jun 2005 00:15:08 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [208.206.78.97] (julian.vicor-nb.com [208.206.78.97]) by bigwoop.vicor-nb.com (Postfix) with ESMTP id 21BE67A424; Fri, 3 Jun 2005 17:15:08 -0700 (PDT) Message-ID: <42A0F28B.3060708@elischer.org> Date: Fri, 03 Jun 2005 17:15:07 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050423 X-Accept-Language: en, hu MIME-Version: 1.0 To: Aziz Kezzou References: <3727392705060316555071c4ad@mail.gmail.com> In-Reply-To: <3727392705060316555071c4ad@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers Subject: Re: Fork mystries.... X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2005 00:15:08 -0000 Aziz Kezzou wrote: >Hi all, >It's probably not the right mailing list to ask but I am really >surprised about global variable sharing in a multithreaded C >application. If I remember well my multithreading course global >variables are shared between threads, right ? > > fork() is not a threading primative..