dsmexit()
closecon()
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
dsmexit()
should
not be used in most applications.
srvr