[plt-scheme] module servlets bug?
Hi there,
On my XP machine, running v300, the canonical module servlet:
(module a-module-servlet mzscheme
(provide interface-version timeout start)
(define interface-version 'v1)
(define timeout +inf.0)
; start : request -> response
(define (start initial-request)
`(html (head (title "A Test Page"))
(body ([bgcolor "white"])
(p "This is a simple module servlet.")))))
Causes my web-server to take 100% cpu. Changing the timeout to some large
but not infinitely large number made the problem go away.
-pp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20060110/68c365f0/attachment.html>