Re: serving very large files from allegroserve

Nick Levine <[email protected]> Thu, 3 May 2007 12:07:12 +0100 (BST)
Newsgroups gmane.lisp.web
Message-ID <[email protected]>
   Date: Thu, 3 May 2007 11:50:24 +0100 (BST)
   From: Nick Levine <[email protected]>
   Cc: [email protected]
   Precedence: list
   Content-Type: text/plain; charset="us-ascii"
   Sender: [email protected]

      So allegroserve offers a global timeout for the whole request
      (which defaults to 300 seconds if you're also doing timeout
      on each I/O).   If you know you'll be sending things that
      could take a long long time then feel free to change
      the 300 to a huge value. You're still protected by the timeout
      on I/O which will ensure that some progress gets made ever
      N seconds (default 120).

   Ah, well I'm not sure that was clear from the doc but thanks for the
   tip, I guess I need to do a separate publish on the audio files.

OK I give up. Where is this set?

For instance, I publish the root for ilc07.org via

  (publish-directory :host *ilc-vhost-names*
		     :prefix "/"
		     :destination "/home/alu/ilc/www/)

which gives me a DIRECTORY-ENTITY. I inspect that and its timeout slot
has value 8640000. Comforting in that it corresponds to what my copy
of source said would happen. But it doesn't explain where the 300 is
that I want to overwrite.

- nick