Are there any good thread profilers available that can profile a thread as it is running instead of after execution is completed?
I would like to find a python class which looks at a currently running thread and if its memory exceeds a certain amount than kill it. Ideally I would like the program to track memory used not just by that thread, but by any threads or processes that it may spawn. If there isn't anything like that, then something that lets me set the maximum memory allowed to be allocated within a thread would be acceptable also. Thanks in advance, James Howard -- http://mail.python.org/mailman/listinfo/python-list