Edit Rename Upload Download Back to Top

Socket Standard Workshop

Schedule for the Socket Standard API workshop at Smalltalk Solutions

Time:

Monday, April 9, 2001
1:30pm - 5:00pm

Goal:

The goal of this workshop is to define a standard API for creating and communicating with system sockets.

Non-Goal:

The goal is not to define a socket implementation of the standard API.

Considerations:

The goal of this workshop is to lay the groundwork for establishing a standard socket API (SSAPI) for the Smalltalk language. This API can then be used to write either complete socket object hierarchies or wrappers around existing socket implementations to provide programmers with the ability to write implementation and platform independent networking code in Smalltalk. Because of the high degree of variability that exists amongst current Smalltalk implementations, we should consider the following important constraints:

The SSAPI

Required Behavior:

SSAPI sockets (Sockets) will have several categories of behavior. These categories include (using arbitrary/temporary names):


Edit Rename Upload Download Back to Top