summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2013-05-19 18:33:47 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2013-05-19 18:33:47 +0100
commit0b2512e1e42b7811923bc7d654c94347bc23dff2 (patch)
treea111c0ef5b8a1d55c82d18ff777e296386d1033e /web/news.txt
parent7b36d3d6ff390cc512be06a2c065108fc059eb6f (diff)
downloadNim-0b2512e1e42b7811923bc7d654c94347bc23dff2.tar.gz
Improved the performance of the SCGI module when dealing with multiple
concurrent requests.
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt15
1 files changed, 11 insertions, 4 deletions
diff --git a/web/news.txt b/web/news.txt
index e948e762b..70dd336b5 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -19,7 +19,8 @@ Bugfixes
 - ``cast`` for floating point types now does the bitcast as specified in the 
   manual. This breaks code that erroneously uses ``cast`` to convert different
   floating point values.
-
+- SCGI module's performance has been improved greatly, it will no longer block
+  on many concurrent requests.
 
 Library Additions
 -----------------
@@ -46,9 +47,7 @@ Changes affecting backwards compatibility
   this affects very little (if any) real world code.
 - The expression/statement unification has been implemented. Again this
   only affects edge cases and no known real world code.
-- The scope rules of ``if`` statements will change in 0.9.4. This affects the 
-  ``=~`` pegs/re templates.
-
+- Changed the async interface of the ``scgi`` module.
 
 Compiler Additions
 ------------------
@@ -88,6 +87,14 @@ Language Additions
 - There is a new syntactic construct ``(;)`` unifying expressions and 
   statements.
 
+Notes for the future
+--------------------
+
+- The scope rules of ``if`` statements will change in 0.9.4. This affects the 
+  ``=~`` pegs/re templates.
+- The ``sockets`` module will become a low-level wrapper of OS-specific socket
+  functions. All the high-level features of the current ``sockets`` module
+  will be moved to a ``network`` module.
 
 2012-09-23 Version 0.9.0 released
 =================================