[plt-scheme] Web Server Send/Suspend/Finish questions

From: Hans Oesterholt-Dijkema (hdnews at gawab.com)
Date: Tue Oct 17 19:05:59 EDT 2006

      How should I use


      __|adjust-timeout!|__
      <http://download.plt-scheme.org/doc/352/html/web-server/web-server.html#node_toc_node_sec_Temp_12>

To set the timeout value in a servlet. Do I need to
repeat it before each suspend?

--Hans


czhu at cs.utah.edu schreef:
> Timeout.
>
> Quoting Hans Oesterholt-Dijkema <hdnews at gawab.com>:
>
>   
>> Dear All,
>>
>> I've developed a web application (a couple of wiki form based
>> wizards) for my company in PLT Scheme, using the PLT Web Server.
>> In this application, I'm not using send/finish once. I'm only using 
>> send/suspend.
>>
>> How does the web server know when to discard continuations?
>> Suppose I break off the "wizard" session by just stopping the
>> browser?
>>
>> Thanks in advance for your answers,
>>
>> --Hans
>>
>>
>>
>> _________________________________________________
>>   For list-related administrative tasks:
>>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>>
>>     
>
>
>
>
>   



Posted on the users mailing list.