If you do not use send/suspend or send/suspend/dispatch, no continuations
are ever saved. You do not need to "opt out". You "opt in" to continuations.

Jay

On Tue, Jan 19, 2016 at 7:07 PM, Alexis King <lexi.lam...@gmail.com> wrote:

> 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.
>



-- 
Jay McCarthy
Associate Professor
PLT @ CS @ UMass Lowell
http://jeapostrophe.github.io

           "Wherefore, be not weary in well-doing,
      for ye are laying the foundation of a great work.
And out of small things proceedeth that which is great."
                          - D&C 64:33

-- 
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