Re: Large File Streaming?

2006-01-31 Thread Davanum Srinivas
trary size attachments? > > Thanks > Michael Melhem > > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 31 January 2006 1:19 AM > To: axis-user@ws.apache.org > Subject: Re: Large File Streaming? > > Try latest SVN of Axis 1.X,

RE: Large File Streaming?

2006-01-30 Thread Melhem, Michael
or from inside Axis. I assume axis2 can handle arbitrary size attachments? Thanks Michael Melhem -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, 31 January 2006 1:19 AM To: axis-user@ws.apache.org Subject: Re: Large File Streaming? Try latest SVN o

RE: Large File Streaming?

2006-01-30 Thread Melhem, Michael
Hey Paul, One of the Axis Committers reckons the latest svn of 1.x fixes the issue with large file attachments.. Cheers MM -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, 31 January 2006 1:19 AM To: axis-user@ws.apache.org Subject: Re: Large File

Re: Large File Streaming?

2006-01-30 Thread Davanum Srinivas
Try latest SVN of Axis 1.X, it has support for streaming attachments (no intermediate buffer) thanks, dims On 1/29/06, Melhem, Michael <[EMAIL PROTECTED]> wrote: > > > > Hi People, > > > > Does anyone have any experience sending very large files with Axis. We seem > to be having "out-of-mem" issu

RE: Large File Streaming?

2006-01-30 Thread glenn bech
Hi, I Remember having a discussion with a colleague of mine recently. I think I know what this problem is, If you check the source, that Axis uses a BufferedInputStream/BufferedReader when retrieving the message. The only problem is that the buffer is initialized to the size of the incoming messa