[naviserver-devel] Dynamic connection thread pool mapping

2016-12-07 Thread Gustaf Neumann
Dear all, The forthcoming version of NaviServer will extend the current mapping of requests to connection thread pools by making it introspectible and dynamic (changeable at runtime). Here is the motivation for it: Assume there is a web site expecting about 2000 requests per minute taking <10ms,

[naviserver-devel] TCL UTF-8 with 4 byte chars

2016-12-07 Thread Wolfgang Winkler
Hi everyone! We tried to insert texts with smileys into our postgres database and got garbled output. Obviously tcl can't handle 4 byte UTF characters out of the box. But there is a directive #define TCL_UTF_MAX 3 in generic/tcl.h. The comment says: /* * The maximum number of bytes that