svn: r6518
This commit is contained in:
Jay McCarthy 2007-06-07 16:21:22 +00:00
parent 999c022791
commit 918d5d485b
3 changed files with 7 additions and 4 deletions

View File

@ -17,4 +17,6 @@
(list ref:doc
guide:doc)
(list "web-server-reference"
"web-server-guide"))))
"web-server-guide")))
(build))

View File

@ -46,7 +46,7 @@ A servlet has the following process performed on it automatically:
anonymous lambda. (@file{lang/defun.ss})}
]
This process also the continuations captured by your servlet to be serialized.
This process allows the continuations captured by your servlet to be serialized.
This means they may be stored on the client's browser or the server's disk.
Thus, your servlet has no cost to the server other than execution. This is
very attractive if you've used Scheme servlets and had memory problems.

View File

@ -12,10 +12,11 @@ develop Web applications in Scheme.
@include-section["running.scrbl"]
@include-section["servlet.scrbl"]
@include-section["servlet-env.scrbl"]
@include-section["lang.scrbl"]
@; XXX Move in to servlet.scrbl
@include-section["servlet-env.scrbl"]
@include-section["configuration.scrbl"]
@include-section["dispatchers.scrbl"]
@include-section["web-config-unit.scrbl"]