1 Running the Web Server
2 Scheme Servlets
3 Web Language Servlets
4 Configuration
5 Dispatchers
6 Web Config Unit
7 Web Server Unit
8 Continuation Managers
9 Internal
10 Troubleshooting
11 Acknowledgements
Index
On this page:
make
Version: 4.0.2

 

5.4 Timeouts

 (require web-server/dispatchers/dispatch-timeout)

The web-server/dispatchers/dispatch-timeout module defines a dispatcher constructor that changes the timeout on the connection and calls the next dispatcher.

(make new-timeout)  dispatcher?

  new-timeout : integer?

Changes the timeout on the connection with adjust-connection-timeout! called with new-timeout.