Updating
svn: r6518
This commit is contained in:
parent
999c022791
commit
918d5d485b
|
@ -17,4 +17,6 @@
|
|||
(list ref:doc
|
||||
guide:doc)
|
||||
(list "web-server-reference"
|
||||
"web-server-guide"))))
|
||||
"web-server-guide")))
|
||||
|
||||
(build))
|
|
@ -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.
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user