Inspirel banner

Programming Distributed Systems with YAMI4

4.3.10 Unix Non-Blocking I/O

The YAMI4 internal architecture relies on non-blocking I/O for optimum performance on all channels. Still, for some technical reasons users might want to switch to blocking I/O - this flag can be used to control whether Unix connections are blocking or not.

Property name: "unix_nonblocking".

Property type: boolean.

Default value: true.

Note:

This option is effective only in core, Ada, C++ and Python libraries on POSIX-compliant systems.