Re: [naviserver-devel] lurking bugs: conn threads

2012-10-25 Thread Gustaf Neumann
I don't think, that a major problem comes from the racy notification of queuing events to the connection threads. This has advantages (make os responsible, which does this very efficiently, less mutex requirements) and disadvantages (little control). While the current architecture with the

[naviserver-devel] Module nsldap

2012-10-25 Thread Agustin Lopez
Hi! Anybody has one module for ldap acess? Thanks, Agustin -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today:

[naviserver-devel] compression

2012-10-25 Thread Jeff Rogers
It looks like we're enabling compression for all http/1.1 requests regardless of whether it was specified in the request header, or even specifically disallowed. This seems incorrect, but the code has been in place for several years (connio.c:CheckCompress) ; is there a reason not to change