Name
mcSetBlocking — Set the blocking mode to a remote database (C
API)
Synopsis
#include <memcom.h>
void mcSetBlocking(int handle, int value);
Description
mcSetBlocking
permits to change the
access mode to a remote database from blocking to non-blocking and
vice-versa.
Parameters
handle
Database handle to the remote database (input).
value
A value of 0 indicates non-blocking, while all other
values indicate blocking mode (input).