KomServices

Summary: The Comanche Service Management Framework
Author: Stephen Pair
Owner: Hannes Hirzel (hjh)
Co-maintainers:
Categories:
Homepage: http://squeaklab.org/comanche/services/index.html
PackageInfo name: KomServices
RSS feed:

Description:

Prerequisite packages: DynamicBindings and Named Process (which is included in Squeak 3.7 and later)

KomServices provides a framework for the creation and management of background processes. A generic Service class is provided for this purpose. Additionally, TcpService is provided for creating services that respond to inbound TCP connections.

===== Release History =====

Version 1.0:
- initial version, this package is bourne out of KomHttpServer and renames a few classes:
- ComancheService - Service
- ComancheNetService - TcpService
- the old ConnectionHandler is dropped in favor of a cleaner TcpListener.

Releases


Back