Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 27616 invoked from network); 15 Sep 2005 04:51:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Sep 2005 04:51:26 -0000 Received: (qmail 65670 invoked by uid 500); 15 Sep 2005 04:51:18 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 64794 invoked by uid 500); 15 Sep 2005 04:51:16 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 64781 invoked by uid 99); 15 Sep 2005 04:51:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2005 21:51:16 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [203.109.97.54] (HELO gtmail.verchaska.com) (203.109.97.54) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2005 21:51:25 -0700 Received: from [192.168.0.82] (unknown [192.168.0.82]) by gtmail.verchaska.com (Postfix) with ESMTP id EBCC915F2B4 for ; Thu, 15 Sep 2005 10:28:51 +0530 (IST) Message-ID: <4328FB5E.4070303@verchaska.com> Date: Thu, 15 Sep 2005 10:11:02 +0530 From: Krthekeyan Suriyanarayanan Reply-To: s.krthekeyan@verchaska.com Organization: s.krthekeyan@verchaska.com User-Agent: Mozilla Thunderbird 0.6 (X11/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: Re: It goes out of memory when there are 10 concurrent requets References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N try increasing the memory of your webserver. Regards, Krthekeyan.S MUHAMMAD IQBAL wrote: > Hi All, > > I have a web service that is involved to returns DOM Element that > consist thousands of DOM Nodes from datatbase in XML format to the > client. > > I am using Iterator pattern in which the client calls: > > sv.loadProducts(); > sv.setBuffer(1000); > while(sv.hasMore()) { > Element el=sv.getNextResult(); > ..... > ...... > } > > It goes out of memory when there are 10 concurrent requets. I want to > it to work even there are 100 concurrent requets. > > How i would achieve this, can any one help me. > > Thanks and Regards, > > Muhammad Iqbal > > >