SimpleServer(protocol[,port]) -> new Simple protocol server component
A simple single port, multiple connection server, that instantiates a protocol handler component to handle each connection.
Keyword arguments: protocol -- function that returns a protocol handler component port -- Port number to listen on for connections (default=1601)
Warning! You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers. |