March 10, 2009

Automatically pruning empty log files
The log file rotation code that I wrote a while back has been working well for several clients. Recently someone suggested that the design of their server's logging meant that they tended to generate lots of useful information on server...

March 26, 2009

Latest release of licensed socket server code: 6.0
The latest release of the licensed version of the socket server framework is now available. This release includes the following changes. The following changes were made to the libraries. Admin Library - 6.0 Added back the Admin\VC6Compatibility directory with sal.h...

Highlights of the 6.0 server framework release
The latest, 6.0, release of the server framework is significant for me in several ways. From a purely practical point of view it's the first release from my new Subversion repository and as such it's the culmination of a fair...

March 27, 2009

Excellent article on Non-Paged Pool
Mark Russinovich has an excellent piece (here) on how 'non-paged pool' memory sizes are calculated for various versions of Windows operating systems. As those of you who are dealing with high performance, high connection, server systems know, non-paged pool is...