export ADJUST-TIMEOUTdon't need defrec-package anymore
This commit is contained in:
parent
163e250b89
commit
25976c1f39
|
@ -74,6 +74,9 @@
|
||||||
send ;just send (no finish, no suspend)
|
send ;just send (no finish, no suspend)
|
||||||
set-servlet-data!
|
set-servlet-data!
|
||||||
get-servlet-data
|
get-servlet-data
|
||||||
|
adjust-timeout ;adjusts timeout of current instance
|
||||||
|
;Without `!' because PLT
|
||||||
|
;doesn't have it.
|
||||||
))
|
))
|
||||||
|
|
||||||
(define-interface servlet-handler/admin-interface
|
(define-interface servlet-handler/admin-interface
|
||||||
|
@ -93,6 +96,7 @@
|
||||||
instance-continuation-counter
|
instance-continuation-counter
|
||||||
delete-instance!
|
delete-instance!
|
||||||
instance-adjust-timeout!
|
instance-adjust-timeout!
|
||||||
|
adjust-timeout
|
||||||
get-continuations
|
get-continuations
|
||||||
delete-continuation!
|
delete-continuation!
|
||||||
session-instance-id))
|
session-instance-id))
|
||||||
|
@ -118,7 +122,6 @@
|
||||||
httpd-logging ;HTTP-SYSLOG
|
httpd-logging ;HTTP-SYSLOG
|
||||||
shift-reset ;SHIFT and RESET
|
shift-reset ;SHIFT and RESET
|
||||||
conditions ;exception
|
conditions ;exception
|
||||||
defrec-package ;DEFINE-RECORD
|
|
||||||
threads ;SLEEP
|
threads ;SLEEP
|
||||||
thread-fluids ;FORK-THREAD
|
thread-fluids ;FORK-THREAD
|
||||||
sxml-to-html ;SXML->HTML
|
sxml-to-html ;SXML->HTML
|
||||||
|
@ -142,6 +145,8 @@
|
||||||
extract-bindings
|
extract-bindings
|
||||||
extract-single-binding
|
extract-single-binding
|
||||||
|
|
||||||
|
adjust-timeout
|
||||||
|
|
||||||
make-outdater
|
make-outdater
|
||||||
(if-outdated :syntax)
|
(if-outdated :syntax)
|
||||||
show-outdated
|
show-outdated
|
||||||
|
@ -185,6 +190,8 @@
|
||||||
url
|
url
|
||||||
httpd-request
|
httpd-request
|
||||||
define-record-types
|
define-record-types
|
||||||
|
weak ;MAKE-WEAK-POINTER
|
||||||
|
locks
|
||||||
scsh
|
scsh
|
||||||
scheme)
|
scheme)
|
||||||
(files servlets))
|
(files servlets))
|
||||||
|
|
Loading…
Reference in New Issue