I’ve been using the Racket web server, and I’m very pleased with how
easy it’s been to get a simple working application. However, so far, I
haven’t been using send/suspend or any of the other features that
leverage continuations.

I’ve been wondering: since I’m not using send/back (just returning
responses) or create-none-manager, am I leaking memory by capturing
continuations that never get used? Do I need to do anything to safely
“opt out” of the continuation features? Or can I safely keep using
stateful servlets without continuations and expect it to not capture
anything?

Thanks,
Alexis

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to