Charles,

Whatever you did to structure my proposal in CVS, thanks!  I'm not getting
the out of memory exception and am back to testing.

I wrote implementations on MimeMessageWrapper.writeTo(OutputStream [, String
headers[]}.  They now stream the source (inputstream) to the specified
outputstream, rather than parsing and instantiating the MimeMessage.  Now
it's instantiating the message only once rather than 4-5 times (between when
it received, sent, and processed the message through different processors).

Next, I plan to have it only instantiate the headers first, only
instantiating the whole message if that's necessary.  This will help a lot
as for most messages, you just check headers and don't need the whole
MimeMessage.

Anyway, just wanted to say thanks mainly!

Serge


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

Reply via email to