Re: serving very large files from allegroserve

Nick Levine <[email protected]> Thu, 3 May 2007 11:50:24 +0100 (BST)
Newsgroups gmane.lisp.web
Message-ID <[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.

Thanks,

-n