Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 87964 invoked from network); 20 Aug 2010 20:57:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Aug 2010 20:57:50 -0000 Received: (qmail 69182 invoked by uid 500); 20 Aug 2010 20:57:47 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 69133 invoked by uid 500); 20 Aug 2010 20:57:46 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 69125 invoked by uid 99); 20 Aug 2010 20:57:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 20:57:46 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of xormultiplexus@gmail.com designates 209.85.161.45 as permitted sender) Received: from [209.85.161.45] (HELO mail-fx0-f45.google.com) (209.85.161.45) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 20:57:39 +0000 Received: by fxm7 with SMTP id 7so2358935fxm.18 for ; Fri, 20 Aug 2010 13:57:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=esQ7wvzX/BP6DJVgpzCMTsyL6N3qUy/OFUE09FsS+6g=; b=DCOMvq9r0iXulxCOyG/gT1bvEKPi7o/jbrHQEvUTplN2lxqgtjcXaYIQzS0izVPS9B V9gH9nYRr/LF3gr5THru8C1VvOR2uaflmYeZ6fhsbP80Ueyn0QZOERNReXrPoTebozP8 TiVDTeEsd59j1hudpI68E/Fd3ml2+YKsORt8I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=XSPrMHTibgq+cTNSON2fchFW4AhH5nntMJd1Dg4ZAKmLG81vXaQG5VC5xmoNz5MAbW fV5S7OQ03FqSOwE5MjgLhhBySWFhsEU3f0zmsHe1Nvfg3WaCCjG8ZIK7Yuf5hIO+Yaj7 F7w/4iUbVTqXMzxI/awxBjO4nz6TwHuz2ERwA= Received: by 10.223.106.202 with SMTP id y10mr1673695fao.2.1282337837783; Fri, 20 Aug 2010 13:57:17 -0700 (PDT) Received: from [192.168.1.2] (bband-dyn48.95-103-40.t-com.sk [95.103.40.48]) by mx.google.com with ESMTPS id u8sm1330865fah.12.2010.08.20.13.57.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 20 Aug 2010 13:57:17 -0700 (PDT) Message-ID: <4C6EEC1E.2010106@gmail.com> Date: Fri, 20 Aug 2010 22:57:02 +0200 From: XorMultiPleXus User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: [users@httpd] linux multithreaded mpm question Hello, i am writing a module for apache 2.2 on windows 7 with the default mpm_winnt; My module requires that apache is run in on process with a lot threads because i need to use the process memory to store persistent data - because of performance i cannot use a DB, and if it is possible i want to avoid using shared memory between processes. No problem with mpm_winnt. The problem is that my module will be deployed on linux. As i am a primary a windows programmer, of course, i have a little problem, because as i have understood from documentation, mpm_winnt if windows only. The question is, does mpm_winnt work on linux? Is there an alternative of mpm_winnt for linux? Or can someone give me any directions? Many thanks for answers joe --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org