Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 66438 invoked from network); 1 Mar 2004 14:29:49 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Mar 2004 14:29:49 -0000 Received: (qmail 73696 invoked by uid 500); 1 Mar 2004 14:29:37 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 73650 invoked by uid 500); 1 Mar 2004 14:29:37 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 73637 invoked from network); 1 Mar 2004 14:29:37 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 1 Mar 2004 14:29:37 -0000 Received: (qmail 66387 invoked from network); 1 Mar 2004 14:29:40 -0000 Received: from localhost.hyperreal.org (HELO PC0133) (127.0.0.1) by localhost.hyperreal.org with SMTP; 1 Mar 2004 14:29:40 -0000 Message-ID: <404348B8.3020006@apache.org> Date: Mon, 01 Mar 2004 15:29:12 +0100 From: Henri Gomez User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: JK2 shm References: <200403011427.i21ER9gP012736@kyle.globalnet.hr> In-Reply-To: <200403011427.i21ER9gP012736@kyle.globalnet.hr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0402-5, 02/29/2004), Outbound message X-Antivirus-Status: Clean X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Mladen Turk wrote: > Hi, > > I'll reimplement the jk2_shm using apr_rmm. > The code itself will be significantly simpler. > > 1. The shared memory will not be present if ap_exists_scoreboard_image > retunes zero. > 2. The shared memory will be present if above is satisfied using the > ap_scoreboard_fname + _jk2 if our shm config name is empty. > 3. Anonymous shmem will be created in case of 1. is satisfied. > 4. If shm is disabled no shm will be created. > > All that will be possible only if APR_HAS_SHARED_MEMORY is supported. > > > Any objections to that. Ok for me --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org