|
So, I'm writing a little toy app (a single thread web server in c#) and I'm using the awesome "heap-buddy" tool to track heap usage... and this is what I see:
[rafael@salamandra Ophion.ZServer]$ heap-buddy /tmp/zserver.pf types fullname
Type # Total AvSz AvAge BT# about 90% of the 563k of string allocation came from log4net.... that is just plain awefull for a webserver in which every ms of waisted servicing time counts. I'm going to pursue this further an post a better analysis of the problem later, but for right now, all I can say is LAME!.
rafael | | 27 November, 10:45pm
Leave a Comment |