I have an audio broadcasting server written in Python and based on Twisted. It works fine, but its memory usage is increasing when there are more users on server, but the m
Have you thought about using CentOS' alternative to dtrace - SystemTap I think its called.
This should give you a pretty low level trace of what's happening inside your *nix processes.......a stab in the dark, but might give you some more transparency on intraprocess activity.
Interesting question though. Looking forward to see other's responses.
Ben