Return-Path: Delivered-To: apmail-xml-xindice-users-archive@www.apache.org Received: (qmail 70053 invoked from network); 8 Nov 2003 01:47:17 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Nov 2003 01:47:17 -0000 Received: (qmail 30072 invoked by uid 500); 8 Nov 2003 01:46:56 -0000 Delivered-To: apmail-xml-xindice-users-archive@xml.apache.org Received: (qmail 30055 invoked by uid 500); 8 Nov 2003 01:46:56 -0000 Mailing-List: contact xindice-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: xindice-users@xml.apache.org Delivered-To: mailing list xindice-users@xml.apache.org Received: (qmail 30044 invoked from network); 8 Nov 2003 01:46:56 -0000 Received: from unknown (HELO quartz.w-dns.net) (62.149.35.16) by daedalus.apache.org with SMTP; 8 Nov 2003 01:46:56 -0000 Received: from client-916-p1-sms.glfd.adsl.virgin.net ([81.107.227.147] helo=Avatar) by quartz.w-dns.net with smtp (Exim 4.24) id 1AIIBr-0006vX-Ir for xindice-users@xml.apache.org; Sat, 08 Nov 2003 01:47:03 +0000 Message-ID: <0b9201c3a59a$31f3e540$0500a8c0@Avatar> From: "Henrik Vendelbo" To: Subject: embedded thread safe ? Date: Sat, 8 Nov 2003 01:46:55 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - quartz.w-dns.net X-AntiAbuse: Original Domain - xml.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - bluprints.com 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 Is it safe to have a producer thread and a consumer thread working on the same collection of resources accessed through the embedded interface ? Henrik