November 2010
-
:
Bug in OpenSSL stream socket filter which causes memory leaks
See here for details. -
:
WinRM/WinRS job memory limits?
I’ve had one of those days. In fact I’ve had one of those days for a couple of days this week… It started when I decided to improve the profiling that I was doing on a new memory allocator for The Server Framework by … -
:
Tangential testing
My theorising about the strange memory related failures that I was experiencing with my distributed testing using WinRS have led me to putting together a test runner that can limit the amount of memory available to a process and terminate … -
:
A lock inversion detector as part of the build is good
As I mentioned, I’ve been adjusting my build system and have finally got to the point where my lock inversion detector is suitable to run on all of my example servers during their test phase on the build machines. I’m working my … -
:
WinRM/WinRS job memory limits.
My tangential testing that began with my problems with commands run via WinRs during some distributed load testing are slowly unravelling back to the start. I now have a better build and test system for the server examples that ship as part … -
:
Lock inversion detector finally fully integrated in my build
After a week or so of serious dog fooding I’ve finally got a nice reliable lock inversion detector running as part of my build system for The Server Framework’s example servers. Note: the deadlock detector mentioned in this blog …