You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Schachter, Michael" <MS...@Bluestone.com> on 2001/03/08 22:45:16 UTC

RE: struts.upload, performance and more

Rusty,

I'm currently modifying the upload package to not use the
ServletInputStream.readLine() method for those very same reasons. I'm also
fixing some other issues.  I hope to get this done soon.

I cc'ed this to struts-user, hope you don't mind.

-----Original Message-----
From: Knabe, Rusty [mailto:Rusty.Knabe@infosphere.com]
Sent: Thursday, March 08, 2001 4:40 PM
To: 'MSchachter@Bluestone.com'
Subject: RE: struts.upload, performance and more



On this topic
http://www.mail-archive.com/struts-user@jakarta.apache.org/msg00716.html.

I am having a consistent problem of the ServletInputStream.readLine()
hanging at the end. This happens every time on ATG Dynamo 5.0/5.1. The file
is getting uploaded, it seems to be hanging on a multipart element after the
actual file. I'm using the struts-upload example code with the Struts beta
1.

Sorry to bother you on this, but anything you might have discovered would be
helpful.