On Thu, 2004-06-03 at 16:20, Steve wrote:
> On Thu, 2004-06-03 at 22:48, Jeremy Vinding wrote:
> > the default is 1mb... ross changed it to 100meg, but that didn't help a
> > whole lot... even an tiny little 8 meg file eventually timed out in IE.
> > in galeon, it seems to just sit and spin forever.
> >
> > --jjv
>
> My limit is set to 15mb at the mo. I've just uploaded a 14mb file to
> my aols 4.0.2 using Galeon 1.3.12. On my local network it took about
> 10 secs. So it can be done. Is it slow to upload - the Galeon status
> bar should give you some indication of the amount uploaded? Are you
> seeing anything in the aols logs?
>


Not a thing.

Just for fun, I started a truss before I submitted the upload form.
The file was a 10mb chunk of /dev/random.

Snippet:

...
11648:  read(264, "17030110  ", 5)                      = 5
11648:  read(264, " %A4 Z < v8201E1E4\f\v9F".., 4128)   = 1200
11648:  read(264, "18 !   T1B I r A W ;BA8B".., 2928)   = 2928
11648:  read(264, "17030110  ", 5)                      = 5
11648:  read(264, " A )E8CA 7 m91 30F ACF16".., 4128)   = 1411
11648:  read(264, "BE b13 @C099048A\r /E0 R".., 2717)   = 2717
11648:  read(264, "17030110  ", 5)                      = 5
11648:  read(264, "8D03\f1C0F 9D5E9AF97 2A0".., 4128)   = 174
11648:  read(264, "C7B0 VA8 =AD W96 DD9 H86".., 3954)   = 3954
11648:  read(264, "17030110  ", 5)                      = 5
11648:  read(264, "AA ] ! F ^04 P YE6F9EB u".., 4128)   = 385
11648:  read(264, "D0 oB6 088AC8E86 t :17 _".., 3743)   = 3743
11648:  read(264, "17030110  ", 5)                      = 5
11648:  read(264, "\nDC139F7F121FAFAA1E p }".., 4128)   = 596
11648:  read(264, " b `1515 w $ P03 wB9DBBC".., 3532)   = 3532
11648:  lwp_sema_wait(0x00020C68)       (sleeping...)
11648:  signotifywait()                 (sleeping...)
11648:  lwp_cond_wait(0xFEF734E8, 0xFEF734F8, 0xFEF6CD80) (sleeping...)
11648:  poll(0xFEA0BAE8, 1, -1)         (sleeping...)
11648:  poll(0x000C5068, 2, -1)         (sleeping...)
11648:  lwp_sema_wait(0xFE2E1E60)       (sleeping...)
11648:  lwp_cond_wait(0xFEF6CD28, 0xFEF6CD10, 0xFE909D30) (sleeping...)
11648:  poll(0x000F6110, 3, -1)         (sleeping...)
11648:  lwp_sema_wait(0xFDFA1E60)       (sleeping...)
11648:  lwp_sema_wait(0xFDF61E60)       (sleeping...)
11648:  lwp_sema_wait(0xFDF41E60)       (sleeping...)
11648:  lwp_sema_wait(0xFDF01E60)       (sleeping...)

There were quite a few read()s like those above.
When I hit 'Upload', the browser (galeon) showed that it was
transferring data to the host.  It got as far as 1125k before it stalled
out.  At that same time, the reads stopped in the truss.  Galeon's still
spinng, but stopped at 1125k.

Looks like it gave up sending or receiving, for some reason.

Here's the relevant part of config.tcl:

ns_section "ns/server/${servername}/module/nssock"
ns_param   maxinput              [expr 1024 * 1024 * 100]
ns_param   readtimeoutlogging    true
ns_param   serverrejectlogging   true
ns_param   sockerrorlogging      true
ns_param   sockshuterrorlogging  true


Ross


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of 
your email blank.

Reply via email to