Class Remote.Server
- Description
Remote RPC server.
- Variable
connections
array(Connection) Remote.Server.connections- Description
Open connections.
- Variable
port
Stdio.PortRemote.Server.port- Description
Port for the Remote.Server.
- Variable
sctx
MinicontextRemote.Server.sctx- Description
Server context.
- Method
create
Remote.Server Remote.Server(stringhost,intport,void|intmax_call_threads)- Description
Create a Remote.Server.
- Parameter
host - Parameter
port Hostname and port for the Remote.Server.
- Parameter
max_call_threads Maximum number of concurrent threads.