Re: TCP & curl-loader question
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2008-11-03 06:13:44
|
Hi Gary, On Mon, Nov 3, 2008 at 8:01 AM, Gary Fitts <ga...@in...> wrote: > Hello Robert, > > I think I've found a solution to this. I've patched curl-loader to > maintain a separate "url upload stream" for each client, so that > multiple clients cannot interfere with each other. (These streams are > actually just file offsets, so they use up extra file descriptors.) > This seems to have fixed the timeouts I was seeing before. I believe > they were caused when the server was told to expect an upload of N > bytes, but then received < N because the upload_file_ptr had been > consumed by another client. > > I'll send you the files, if you'd like, as soon as I get them properly > commented. > > Gary > > > > Sounds great! If you could also update the man page regarding the new tag, it would bwe very much appreciated. Truly, Robert |