Server Smalltalk Guide
SST supplies the following infrastructure component alternatives.
Transports and Protocols
- TCP, SSL
- HTTP, HTTPS
- SMTP
- IMAP4
- MQSeries
Dispatchers
- Fully serialized
- New thread per request
- Pooled thread per request
- Logical process model
Marshalers
- Swapper (by-value and by-reference)
- Custom lightweight (by-value and by-reference)
- Java RMI compatible (object serialization)
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]