Learn R Programming

Rdsm (version 1.1.0)

dsmexit: dsmexit

Description

Notifies the Rdsm server that the client has completed the command sent to it.

Usage

dsmexit()
closecon()

Arguments

Details

The server-side function srvrloop() keeps track of the number of clients remaining. When that number reaches 0, that function returns.

In other words, use of dsmexit() eventually results in a shutdown of the server, which then must be restarted if you wish to run further Rdsm applications in this session. Thus dsmexit() should not be used in most applications.

See Also

srvr