Hosted Swiki

Michael S. Klein mklein at alumni.caltech.edu
Wed Jun 9 22:02:35 UTC 1999


> has anyone built a squeak-CGI interface? this would be incredibly useful.

I have a CGI framework in VW that I can GPL.  It uses a small C CGI program,
similar to VisualWave, that packages up all of the relevent info 
(CEnvironment, and
command line), and then shuffles stdio to a socket, full duplex.
Other than the application server main listening loop, the handler 
process is
pretty much strait Smalltalk (dare I say ANSI), and should run roughly 
the same in Squeak as VW.

Unfortunately, I only have C-code for Windows & Unix....
Maybe somebody out there port it to Mac?

If there is interest, I could put it out, in a couple of weeks.

Gots to wait till I get back to L.A.

> resource kit.  See Srvany.doc)
> It's probably a little known feature of Squeak (and probably undocumented
> :) ), but you can install Squeak as a service by launching it as follows:
> 
> Squeak.exe -service:<service_name> <image name>

Cool.... How do you remove it as a service.

It would be great to add info to this to the Squeak Documentation
wiki, unfortunately, it is password protected. I guess its a cathedral.

-- Mike





More information about the Squeak-dev mailing list