Up

module Netplex_container

: sig

Containers

The container is the management object for the concurrently running service processor.

#
val create_container : Netplex_types.parallelization_type -> Netplex_types.socket_service -> Netplex_types.container

The container for normal services

#
val create_admin_container : Unixqueue.unix_event_system -> Netplex_types.parallelization_type -> Netplex_types.socket_service -> Netplex_types.container

Internally used. The container for the special admin service

#
module Debug : sig
#
val enable : bool Pervasives.ref

Enables debug logging of containers

end
end