memory usage of a specific function

2005-12-21 Thread Hermann Maier
hi, i need to find out the memory usage of a specific function that i use in my program. this function does some recursive calculations and i want my program to display the amount of memory the function used to calculate a specific value. thx -- http://mail.python.org/mailman/listinfo/python-

check if com api is still available

2005-11-18 Thread Hermann Maier
Hi, i am using the com api of a program and if this program is shut down and my program calls a method of the api, it crashs. that means, i need to check, if the com server is still available, before i can call for it. i already have a solution for this problem and it works quiet well, but i t