Class Remote.Server
- Description
Remote RPC server.
- Variable
connections
array
(Connection
) Remote.Server.connections- Description
Open connections.
- Variable
port
Stdio.Port
Remote.Server.port- Description
Port for the Remote.Server.
- Variable
sctx
Minicontext
Remote.Server.sctx- Description
Server context.
- Method
create
Remote.Server Remote.Server(
string
host
,int
port
,void
|int
max_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.