Server Smalltalk Guide
Server Smalltalk has been enhanced since Version 5.5. Changes
include the following:
- The reception of incoming requests does not need to be executed on the
server process. The invocation handler now holds onto a second
dispatcher, and the work of pulling the incoming requests off of the wire is
managed by this dispatcher.
- JAVA RMI has been updated to enable the use of JDK 1.3.
- SST is now supported on MVS (except for IMAP4 and SMTP).
- SST is now supported on HP-UX.
- SSt now supports HTTPS as a transport.
- The SST Servlet API implementation has been updated for compatibility with
the Sun Servlet 2.2 API specification.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]