Memory is really the only constraint.  Besides the RAM in the machine, you
should be conscious of the size of the heap set for the JVM.  It will not
simply use memory until the machine is exhausted.

For such a large payload, you should consider working with a nightly drop of
the code, rather than release 2.3.1, because subsequent to 2.3.1, the
ability to use gzip encoding was added.

Scott Nichol

----- Original Message -----
From: "Wyn Easton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 23, 2002 4:58 PM
Subject: Sending Large XML Element


> Hello:
> I'm working on a project where we could potentaly send
> XML Elements that contain 10,000 child elements.
> The total size could be 60-80MB. We are using SOAP RPC
> to pass the root Element as a parameter. The text
> strings contained in the child elements are no very
> large. There are just a lot of them.
> Are there restrictions, other than the memory of the
> machine, that would prevent this from working?
>
> Thanks.
>
> __________________________________________________
> Do you Yahoo!?
> New DSL Internet Access from SBC & Yahoo!
> http://sbc.yahoo.com
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to