PATCH: 1st part of the patch to solve the "large file upload problem"

Dawit A. adawit at kde.org
Sat Jun 7 15:12:08 BST 2003


On Friday 06 June 2003 07:48, Waldo Bastian wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Friday 06 June 2003 13:45, you wrote:
> > On Friday 06 June 2003 05:26, Waldo Bastian wrote:
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > >
> > > On Friday 06 June 2003 06:07, Dawit A. wrote:
> > > > Comments ? Feedback ?
> > >
> > > Is there a reason why the post job stores the file and not the http
> > > slave itself? The same problem will need to be solved for HTTP PUT (for
> > > webdav mostly) and it's not very feasable to do that in the job.
> >
> > I presume you are talking about the backwards compatability ctor that
> > attempts to save the provided buffer from memory to disk.  It was not
> > intented to be a storage in case the data was re-requested.  The
> > intention was simply to avoid another duplication (copying) of the data.
> > However, in hind sight assigning QByteArray's does shallow copying so
> > there is no reason for it really.  I'll change it.
>
> No, I mean you handle this whole resending of data in the job, I think the
> slave should take care of it.

Indeed, I forgot about that.  I will fix it.

Regards,
Dawit A.




More information about the kfm-devel mailing list