[plt-scheme] Re: Shared resources for servlets

From: David Van Horn (dvanhorn at cs.uvm.edu)
Date: Tue Sep 9 19:04:04 EDT 2003

Robby Findler wrote:
> I suspect that the web server is being clever. If you were to load
> those modules in mzscheme, you wouldn't see two printouts. Probably
> something the current web server maintainers should look into. Seems
> buggy to me.

I've also noticed that with a module based servlet, if the servlets are
refreshed and revisited, the side-effects occur again.  This doesn't happen
with a unit based servlet.

-d



Posted on the users mailing list.