From hivemind-user-return-444-apmail-jakarta-hivemind-user-archive=jakarta.apache.org@jakarta.apache.org Thu Nov 11 18:45:44 2004 Return-Path: Delivered-To: apmail-jakarta-hivemind-user-archive@www.apache.org Received: (qmail 54822 invoked from network); 11 Nov 2004 18:45:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Nov 2004 18:45:44 -0000 Received: (qmail 46284 invoked by uid 500); 11 Nov 2004 18:45:44 -0000 Delivered-To: apmail-jakarta-hivemind-user-archive@jakarta.apache.org Received: (qmail 46251 invoked by uid 500); 11 Nov 2004 18:45:43 -0000 Mailing-List: contact hivemind-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: hivemind-user@jakarta.apache.org Delivered-To: mailing list hivemind-user@jakarta.apache.org Received: (qmail 46233 invoked by uid 99); 11 Nov 2004 18:45:43 -0000 Received-SPF: pass (hermes.apache.org: local policy) Received: from [208.147.67.98] (HELO mail1.mckhboc.com) (208.147.67.98) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 11 Nov 2004 10:45:42 -0800 Received: from 139.177.6.216 by mail1.mckhboc.com with ESMTP (Outbound Mail1 SMTP Relay (MMS v5.6.1)); Thu, 11 Nov 2004 10:42:48 -0800 X-Server-Uuid: E618535E-AE39-475D-9091-BC1AF22CB2F2 Received: by smtpout.hboc.com with Internet Mail Service (5.5.2657.72) id ; Thu, 11 Nov 2004 13:41:33 -0500 Received: from atlexc90nthub.hboc.com (ims1.mckesson.com [139.177.6.114] ) by atlexcsmtpa.hboc.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id WLSS7PXZ; Thu, 11 Nov 2004 13:41:19 -0500 Received: by ims1.mckesson.com with Internet Mail Service (5.5.2657.72) id <4KZ9DH8J>; Thu, 11 Nov 2004 13:42:42 -0500 From: "Hensley, Richard" To: "'hivemind-user@jakarta.apache.org'" X-Mailer: Internet Mail Service (5.5.2657.72) Message-ID: Subject: HiveMind filter timing question Date: Thu, 11 Nov 2004 13:42:25 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) X-WSS-ID: 6D8D6D2C1SO29523227-01-01 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N We are using the hivemind filter in our application. One of the HiveMind services is used for interaction with the database. This service is used during serialization and deserialization of database persistent objects. We are using Tomcat which will serialize and deserialize sessions during a normal restart. What we have discovered is that HiveMind is not available because the filter has been shutdown by the time that Tomcat serializes the session. We still don't know, but we suspect, that HiveMind won't be available by the time that Tomcat deserializes the sessions. Does anybody have any suggestions? Our only thought was to use a different filter that is not responsible for building the registry, but is responsible for thread clean up stuff. This suffers from application reload issues, which are currently handled by the filter. Help!!! Richard --------------------------------------------------------------------- To unsubscribe, e-mail: hivemind-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: hivemind-user-help@jakarta.apache.org