Yep, I had the same problem myself. I also had problems (not turbine-related) with memory. It seems that tomcat keeps the request in memory (probably a BiteArrayInputStream) and therefore when a user uploads a 20Mb file, one gets a godamn OOME (outamem) exception. I havent been able to figure out how this works on turbine yet.
On Fri, 15 Feb 2002, John McNally wrote: > I was trying to test this yesterday and as far as i could tell ns4.7 and > mozilla.92 were both having problems sending the large file. I was > going to try with IE later today. The simple test i did was to watch > turbine.log as well as httpd's access.log. When I would try to update > the file neither log file would show any activity, though turbine.log > would normally show preliminary processing debugging statements on other > page requests. As soon as i hit stop on the browser, httpd and turbine > would generate the response and write logs. Did not get further as this > ended up filling up my hd with large tmp files and it was the end of the > day. > > john mcnally > > Christian Asmussen wrote: > > > > I am having problems to upload large files, the connection seems to be > > "cut" after a few bytes. Is this normal? How do I deal with large file > > uploads? > > > > -- > > "If we did all the things we are capable of, > > we would literally astound ourselves" > > - Thomas Edison > > > > -- > > 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]> > > -- "If we did all the things we are capable of, we would literally astound ourselves" - Thomas Edison -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
