> I attached a little patch that reimplements the used methods of the BIS.
> It should be a little bit faster because it doesn't implement marks.
> Not sure if it is worth the extra code because read() isn't called very
> often anyway and if read(byte []) is used anywhere then it should be
> rewritten too (didn't do it here because I wasn't sure if it is ever
used).

I already had "rewritten" it in my local copy, actually. I didn't implement
read(byte[]) and skip(n) yet. I don't think it would impact performance a
lot. It could help a bit when uploading, but it can safely be done later.

Servlet spec question : Does the ServletInputStream we give to a servlet has
to be thread safe ?

Remy


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

Reply via email to