[Lispweb] serving very large files from allegroserve
John Foderaro
jkf at franz.com
Thu May 3 07:13:56 CDT 2007
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).
More information about the lispweb
mailing list