On Sun, Apr 25, 2010 at 13:05, Frank Church <[email protected]> wrote: > Is it possible to use CGI or FastCGI with gnu smalltalk on shared hosting?
CGI is too slow. FastCGI would be possible with code similar to the SCGI plugin, but in practice the protocol is too complicated to be worthwhile if you can use SCGI. > I have also noticed the SCGI framework for Smalltalk and want to know > if that will also work. Yes, SCGI will also work and is preferred. Nico has the most info on how to do that. Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
