Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 54773 invoked by uid 500); 1 May 2002 18:26:04 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Delivered-To: moderator for axis-dev@xml.apache.org Received: (qmail 18820 invoked from network); 1 May 2002 17:37:01 -0000 Message-ID: <4341EF5F8B4AD311AB4B00902740B9F2061ADF60@xcup02.cup.hp.com> From: "GONG,WEN (HP-Cupertino,ex1)" To: "'axis-dev@xml.apache.org'" Cc: "GONG,WEN (HP-Cupertino,ex1)" Subject: Axis and synchronize processing Date: Wed, 1 May 2002 13:36:56 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I was playing with the idea of adding asynchronous / one way messaging in Axis. One problem I ran into is: since Axis uses SAX based parsing, message is read from the HTTP connection input stream directly as it being consumed. If I would close the HTTP connection before the processing the message, I would have to either read all of the message into memory, or store it away somewhere for further processing. Is this understanding correct? Wen