pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:158:
o Added Thread.Queue.peek_array. o Add System.getloadavg() on platforms that support the getloadavg() call. o Pike.Backend has reinstated call_out memory usage, and a new function, Pike.DefaultBackend.get_stats() for viewing this data. o Locale.Charset now supports encoding and decoding UTF32.
+
o Added Sql.Sql()->is_open() and Sql.Sql()->ping(). Not that
+
your chosen database module must support these (Mysql
+
currently does).
+
Optimizations ------------- o MIME should now use 1/3 less memory when decoding big messages. o Nettle.hash Avoid allowing threads during hashing of small strings (current threshold is 1 MB). This change improves ApacheBench numbers ~20% for a Roxen benchmark on a quad-core Core i5.