IntroductionNetServe provides a set of components useful for creating a Network Server. This includes an abstraction for creating sockets, an implementation of the Acceptor/Connector pattern from ACE for both stream based and packet based connections, etc. Multi-Container supportNetServe implementations are designed to support deployment in different containers or frameworks, while honouring the same API. Avalon FrameworkAvalon Framework supports type-1 Inversion of Control (IoC). AvalonConnectionManager provides an implementation of the ConnectionManager interface which is Avalon-compatible. DNA FrameworkDNA Framework supports type-1 Inversion of Control (IoC). DNAConnectionManager provides an implementation of the ConnectionManager interface which is DNA-compatible. Pico ContainerPico Container supports type-3 IoC. PicoConnectionManager provides an implementation of the ConnectionManager interface which is . |