[plt-scheme] continuation barrier
On Apr 18, DTNOIZR wrote:
>
> > If you want sandboxed code to be part of the web server, then you
> > should probably write some wrapper that will call a function
> > inside the sandbox with the query, and display the result it
> > returned.
>
> your code do not use "send/suspend"
> my code is like your, but "send/suspend" don't work
Right -- this is why I wrote the above: the sandbox is working in its
own world, so you will need to wrap around it some code that will
translate your own query to a call inside the sandbox, then show the
results that the sandbox returns.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!