author
YAMATODANI Kiyoshi
version
$Id: Overview.html,v 1.2 2007/03/04 03:08:46 kiyoshiy Exp $

This is a sample program using new features.

Example: To run this program, an envrionment variable "OSNAME" must be specified.

        $ env OSNAME=cygwin smlsharp
        # use "load.sml";
               :
        # HTTPD.start true 0w8080 "/home/yamato/public_html/";

        (* open Web browser and request http://localhost:8080/index.html *)

        # HTTPD.shutdown ();
 
Current supported OSNAME is:
cygwin
Cygwin/Windows on x86
solaris
Solaris on Sparc
linux_x86
Linux on x86