Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 63761 invoked from network); 1 Mar 2004 14:27:22 -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:27:22 -0000 Received: (qmail 63844 invoked by uid 500); 1 Mar 2004 14:27:11 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 63785 invoked by uid 500); 1 Mar 2004 14:27:11 -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 63761 invoked from network); 1 Mar 2004 14:27:10 -0000 Received: from unknown (HELO kyle.globalnet.hr) (213.149.32.24) by daedalus.apache.org with SMTP; 1 Mar 2004 14:27:10 -0000 Received: from mail.globalnet.hr (cartman.globalnet.hr [213.149.32.10]) by kyle.globalnet.hr (8.12.3/8.12.3/Debian-6.6) with ESMTP id i21ER9gP012736 for ; Mon, 1 Mar 2004 15:27:10 +0100 Message-Id: <200403011427.i21ER9gP012736@kyle.globalnet.hr> Received: (qmail 21018 invoked from network); 1 Mar 2004 14:27:08 -0000 Received: from unknown (HELO MTURK) ([213.149.45.170]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 1 Mar 2004 14:27:08 -0000 Reply-To: From: "Mladen Turk" To: "Tomcat Developers List" Subject: JK2 shm Date: Mon, 1 Mar 2004 15:27:07 +0100 Organization: Apache Software Foundation MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcP/mUNm7UHAVZNHTLqWBCRPl3AyZQ== 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 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. MT. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org