[Seaside] largish files

goran at krampe.se goran at krampe.se
Mon Jun 20 13:19:04 CEST 2005


Hi!

Jason Rogers <jacaetevha at gmail.com> wrote:
> We have a log reader application using Seaside that has been in
> production for about 6 or 7 months.  All has been fine up until now. 
> Due to some extra logging in our Java-based app our logs have grown by
> about 1/3 to around 1.5 - 2.0 MB.  Squeak hangs while processing these
> files and never comes back (I have waited for over an hour and no
> response).

Are you talking about *uploading* largish files? In that case you have
hit your head on problems in SocketStream. Try my FastSocketStream
availaible on SM instead (drop it in, change the single reference in
KomHttpServer).

I intend to push FastSocketStream as the new implementation later on.

regards, Göran


More information about the Seaside mailing list