[Seaside] Re: file upload broken in Seaside-2.5

goran at krampe.se goran at krampe.se
Tue Nov 8 13:22:11 CET 2005


Yanni Chiu <yanni at rogers.com> wrote:
> goran at krampe.se wrote:
> > 
> > Yanni Chiu <yanni at rogers.com> wrote:
> > > I've reported the problem as bug 2161 on Mantis.
> > > The problem is that speed improvement done to
> > > SocketStream>>upToAll: fails because ReadWriteStream
> > 
> > Try using FastSocketStream available on SM. Which is the new
> > implementation of SocketStream in 3.9. It is much faster for file
> > uploads (10 times IIRC).
> 
> I did "try" it, when I tried building the Seaside image
> from a 3.8 image (instead of using the pre-packaged image).
> Now that you mention it, I probably just loaded the
> package, but did not change Komanche to use it.

Right, there is a single reference to SocketStream somewhere in
TcpListener IIRC. Just change it.

The class comment of FSS has abundant detail.

regards, Göran


More information about the Seaside mailing list