Go to the first, previous, next, last section, table of contents.


Resetting a server

ox_reset() resets a process whose identifier is number. After its execution the process is ready for receiving data. This function corresponds to the keyboard interrupt on an usual Asir session. It often happens that a request of a client does not correspond correctly to the result from a server. It is caused by remaining data on data streams. ox_reset is effective for such cases.


Go to the first, previous, next, last section, table of contents.