From 7ee7b013bc5d7f045c5d8d8d63125fb3bdbb6b98 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 21 Oct 2014 12:32:51 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'erts/doc/src/notes.xml') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 2fe8879b93..dd9e7507df 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,34 @@

This document describes the changes made to the ERTS application.

+
Erts 5.10.4.2 + +
Improvements and New Features + + +

Introduced support for eager check I/O.

+

By default eager check I/O will be disabled, but this + will most likely be changed in OTP 18. When eager check + I/O is enabled, schedulers will more frequently check for + I/O work. Outstanding I/O operation will however not be + prioritized to the same extent as when eager check I/O is + disabled.

+

Eager check I/O can be enabled and disabled using the + erl command line argument +secio.

+

Characteristics impact when enabled:

+ Lower latency and smoother management of externally + triggered I/O operations. A slightly reduced + priority of externally triggered I/O operations. + +

+ Own Id: OTP-12117

+
+
+
+ +
+
Erts 5.10.4.1
Known Bugs and Problems -- cgit v1.2.3