threaded-server
Threaded servers

Prev:<threaded-server> ( encoding -- threaded-server )
Next:new-threaded-server ( encoding class -- threaded-server )


Vocabulary
io.servers

Variable description
In client handlers, stores the current threaded server instance.

Class description
The class of threaded servers. New instances are created with <threaded-server>. This class may be subclassed, and instances of subclasses should be created with new-threaded-server. See Threaded server configuration for slot documentation.

Definition


TUPLE: threaded-server < identity-tuple
name log-level secure insecure secure-config servers
max-connections semaphore timeout encoding handler
server-stopped secure-context ;


Methods