[plt-scheme] plt web-server: adjust-timeout! ?

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Thu Jun 28 17:47:39 EDT 2007

adjust-timeout! does not change the timeout variable. It communicates
an update to the internal timeout counter. The timeout variable should
really have been named 'initial-timeout', but it is too late.

Jay

On 6/28/07, Hans Oesterholt-Dijkema <hdnews at gawab.com> wrote:
> Hi there,
>
> I'm trying to use adjust-timeout! to control the timeout
> behaviour of a module type servlet in the mzscheme
> web-server.
>
> However, adjust-timeout! doesn't seem to be working.
> Whatever I use as a value. The value of the timeout variable
> stays the same.
>
> What should I do to make this work?
>
> --hans
>
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


-- 
Jay McCarthy <jay.mccarthy at gmail.com>
http://jay.teammccarthy.org


Posted on the users mailing list.