Re: serving very large files from allegroserve

John Foderaro <[email protected]> Thu, 03 May 2007 19:13:56 +0700
Newsgroups gmane.lisp.web
Message-ID <[email protected]>
Nick Levine wrote:

> Am I right in thinking that ACL8 <=> using IO timeouts?
> 

acl8 should be using io timeouts.  look for :io-timeout on the 
*features* list to be sure.



> Isn't it just. Suggestions for verifying my claims and then debugging
> it?

You can't trace mp:with-timeout since it's a macro but you can trace
a function used by the expansion of with-timeout:


(trace excl::positive-wait)

The value passed to positive-wait should not be 300 but some very
large value (i.e. 100 days worth of seconds).