From 6a7ac005c0ad86642a1b6f67216ca2ff1d79bede Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Fri, 22 Aug 2008 14:34:25 +0000 Subject: [PATCH] Suggestion from Robby svn: r11386 --- collects/web-server/scribblings/managers.scrbl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/collects/web-server/scribblings/managers.scrbl b/collects/web-server/scribblings/managers.scrbl index 107d52ffa0..e812f34f5e 100644 --- a/collects/web-server/scribblings/managers.scrbl +++ b/collects/web-server/scribblings/managers.scrbl @@ -15,7 +15,8 @@ pluggable through the manager interface. @; ------------------------------------------------------------ @section[#:tag "manager.ss"]{General} -@(require (for-label web-server/managers/manager)) +@(require (for-label web-server/managers/manager) + (for-label web-server/servlet/servlet-structs)) @defmodule[web-server/managers/manager] @@ -73,6 +74,10 @@ the users and implementers of managers. You could use it if you know your servlet does not use the continuation capturing functions and want the server to not allocate meta-data structures for each instance. + + If you @emph{do} use a continuation capturing function, the continuation is + simply not stored. If the URL is visited, the @scheme[instance-expiration-handler] + is called with the request. } If you are considering using this manager, also consider using the