[plt-scheme] simulating cgi contexts in plt web server

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Sat Apr 17 15:20:22 EDT 2010

Oh, I'm not going to use subprocesses, and I'm probably going to just 
get rid of the few places that environment variables are used.

YC wrote at 04/17/2010 03:09 PM:
> I asked about this in the thread 
> http://list.cs.brown.edu/pipermail/plt-scheme/2010-January/037711.html
>
> Basically PLT currently does not allow passing environment variables 
> to subprocesses so it won't work well with PLT threads.  The way 
> around it is to use `env` program on *nix platform but that will incur 
> one additional call.



Posted on the users mailing list.