Dear Friends, I looked into busybox-1.7.1/networking/httpd.c and found that increasing value of "hdr_buf" may speed up the process of file uploading. It has following value using debug statement in the code:
fprintf(stdout,"The value of hdr_buf=%ld %d \n",hdr_buf,(int)sizeof(hdr_buf)); output on webpage: The value of hdr_buf=807028 4096 If I try to increase the value, httpd shows "400 Bad Request". Can anyone has some suggestions on it. Thank you, Ankur. On Wed, Mar 12, 2008 at 7:11 PM, conn intel <[EMAIL PROTECTED]> wrote: > Thank you so much, > > I was using cgihtml and boa, Following below instructions I tried "cgic" > and boa while searching, and at last I got fileupload working perfectly. > > But it seems that file uploading taking a quite long time to transfer file > completely, it transfers at the rate of nearly 2.5KB/sec. Thus user has to > wait a lot. > > Is there any thing in the busybox httpd server to speed up the process, as > I am using 10/100 MBPS network. > > Waiting for some inputs. > > Thank you, > Ankur. > > > On Mon, Mar 10, 2008 at 8:36 PM, Alexander Kriegisch < > [EMAIL PROTECTED]> wrote: > > > I suggest using an add-on tool like Haserl > > (http://haserl.sourceforge.org) for CGI handling, especially for > > form-based upload. > > -- > > Alexander Kriegisch > > Certified ScrumMaster > > http://scrum-master.de > > > >
_______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
