diff options
author | Ian Lynagh <igloo@earth.li> | 2010-08-27 17:16:16 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-08-27 17:16:16 +0000 |
commit | 12ec1e241c7c28da9fe6bc69788c0c81f556c746 (patch) | |
tree | 916341b768001f2b59211e9a5db2da07d414d752 /docs | |
parent | 6b1a6afa3e5d0e80833c3cf7801922792bb4c1d3 (diff) | |
download | haskell-12ec1e241c7c28da9fe6bc69788c0c81f556c746.tar.gz |
Add a new-IO manager release note
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/6.14.1-notes.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/users_guide/6.14.1-notes.xml b/docs/users_guide/6.14.1-notes.xml index 90f4954122..58ae7470c0 100644 --- a/docs/users_guide/6.14.1-notes.xml +++ b/docs/users_guide/6.14.1-notes.xml @@ -215,6 +215,14 @@ import SpecConstr <listitem> <para> + On POSIX platforms, the RTS now has a new I/O manager based + on epoll/kqueue/poll, which allows it to scale to a much + larger number (100k+) of open file descriptors. + </para> + </listitem> + + <listitem> + <para> The RTS now exports a function <literal>setKeepCAFs</literal> which is important when loading Haskell DLLs dynamically, as a DLL may refer to CAFs that hae already been GCed. |