From e76c761a46013ea1c46a2f36bc02c68bfdce3615 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 12 Nov 2007 08:43:49 +0000 Subject: [PATCH] Added note about yaz_poll --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 7261c8a..a72a1e1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Added yaz_poll which is a wrapper for select/poll. When poll is available +and non-buggy, it is used, by yaz_poll . This allows more than 1024 +sockets to be in use. + Added ICU chain component - which used to be part of Pazpar2. Added HTTP tunnel facility for COMSTACK, bug #1752. -- 1.7.10.4