Re: Detecting memory leaks on apache, mod_python

2007-12-23 Thread Ilias Lazaridis
On Dec 23, 2:47 am, Steven D'Aprano [EMAIL PROTECTED] cybersource.com.au wrote: On Sat, 22 Dec 2007 13:05:23 -0800, Dennis Lee Bieber wrote: I've never encountered such items supported by the language. OS specific extensions MIGHT supply it... Picky picky... but of course you are

Re: Detecting memory leaks on apache, mod_python

2007-12-22 Thread Steven D'Aprano
On Sat, 22 Dec 2007 08:09:50 +0100, Fredrik Lundh wrote: Steven D'Aprano wrote: Not me. You're quite knew to this internet thing, aren't you? ;-) :-D So... how do you measure memory usage in Python? Every programming language I've used before (not a huge range, I'll admit) had

Re: Detecting memory leaks on apache, mod_python

2007-12-22 Thread Fredrik Lundh
Steven D'Aprano wrote: Not me. You're quite knew to this internet thing, aren't you? ;-) :-D (hmm. why is that whenever you make some silly last-second addition to a post, you end up making a stupid typo?) And things like how much memory is free in the heap isn't even a meaningful

Re: Detecting memory leaks on apache, mod_python

2007-12-22 Thread Ilias Lazaridis
On 22 Δεκ, 09:09, Fredrik Lundh [EMAIL PROTECTED] wrote: [...] For Python, standard process monitoring tools (combined with a basic understanding of how dynamic memory allocation works on modern platforms) are usually sufficient to get a good view of an application's memory usage patterns.

Re: Detecting memory leaks on apache, mod_python

2007-12-22 Thread Steven D'Aprano
On Sat, 22 Dec 2007 13:05:23 -0800, Dennis Lee Bieber wrote: I've never encountered such items supported by the language. OS specific extensions MIGHT supply it... Picky picky... but of course you are right. When I said that programming languages I have used before had facilities to

Re: Detecting memory leaks on apache, mod_python

2007-12-21 Thread Ilias Lazaridis
On Dec 19, 5:40 am, Ilias Lazaridis [EMAIL PROTECTED] wrote: On Dec 17, 8:41 am, Ilias Lazaridis [EMAIL PROTECTED] wrote: How to detect memory leaks of python programms, which run in an environment like this: * Suse Linux 9.3 * Apache * mod_python The problem occoured after some

Re: Detecting memory leaks on apache, mod_python

2007-12-21 Thread Graham Dumpleton
On Dec 21, 7:42 pm, Ilias Lazaridis [EMAIL PROTECTED] wrote: On Dec 19, 5:40 am, Ilias Lazaridis [EMAIL PROTECTED] wrote: On Dec 17, 8:41 am, Ilias Lazaridis [EMAIL PROTECTED] wrote: How to detect memory leaks of python programms, which run in an environment like this:  * Suse

Re: Detecting memory leaks on apache, mod_python

2007-12-21 Thread Ilias Lazaridis
On Dec 21, 3:21 pm, Diez B. Roggisch [EMAIL PROTECTED] wrote: [...] Please get serious, Mr.! (and avoid further off-topics) . -- http://mail.python.org/mailman/listinfo/python-list

Re: Detecting memory leaks on apache, mod_python

2007-12-21 Thread Diez B. Roggisch
So, anyone who hit's on this thread via a search will think a) that there's really no memory leak detection for python b) that this community is not very helpful c) That finally people in this forum are smart enough to detect your flamebait refuse to comment on it, Ilias... Comments like

Re: Detecting memory leaks on apache, mod_python

2007-12-21 Thread Ilias Lazaridis
On Dec 21, 12:25 pm, Graham Dumpleton [EMAIL PROTECTED] wrote: On Dec 21, 7:42 pm, Ilias Lazaridis [EMAIL PROTECTED] wrote: On Dec 19, 5:40 am, Ilias Lazaridis [EMAIL PROTECTED] wrote: On Dec 17, 8:41 am, Ilias Lazaridis [EMAIL PROTECTED] wrote: How to detect memory leaks of python

Re: Detecting memory leaks on apache, mod_python

2007-12-21 Thread Steven D'Aprano
On Fri, 21 Dec 2007 14:21:27 +0100, Diez B. Roggisch wrote: So, anyone who hit's on this thread via a search will think a) that there's really no memory leak detection for python b) that this community is not very helpful c) That finally people in this forum are smart enough to detect your

Re: Detecting memory leaks on apache, mod_python

2007-12-21 Thread Fredrik Lundh
Steven D'Aprano wrote: Not me. You're quite knew to this internet thing, aren't you? ;-) So... how do you measure memory usage in Python? Every programming language I've used before (not a huge range, I'll admit) had *some* sort of facility to measure memory usage, typically things like:

Re: Detecting memory leaks on apache, mod_python

2007-12-18 Thread Ilias Lazaridis
On Dec 17, 8:41 am, Ilias Lazaridis [EMAIL PROTECTED] wrote: How to detect memory leaks of python programms, which run in an environment like this: * Suse Linux 9.3 * Apache * mod_python The problem occoured after some updates on the infrastructure. It's most possibly caused by trac

Detecting memory leaks on apache, mod_python

2007-12-16 Thread Ilias Lazaridis
How to detect memory leaks of python programms, which run in an environment like this: * Suse Linux 9.3 * Apache * mod_python The problem occoured after some updates on the infrastructure. It's most possibly caused by trac and it's dependencies, but several components of the OS where updated,