From: [EMAIL PROTECTED] Operating system: RH Linux 6.2, Kernel 2.2.14 PHP version: 4.0.4pl1 PHP Bug Type: Performance problem Bug description: HTTPD Memory Utilization Spike Using ezxmlrpc 1.0 library from ez systems to write web services. Ezxmlrpc uses the qtdom option to process XML. Web services are reading from and writing to Postgres 7.0.3 database. Web services are working properly, but when they are called repeatedly (anywhere from 6 to 25 times in a row), one of the httpd processes eats all of the CPU and memory utilization spikes to over 100MB. PHP interpreter eventually stops because max execution time of 30 secs is exceeded. Then, memory utilization for that process drops back down to around 3MB. I am using apache 1.3.14 and have php built as a DSO. I do not seem to get a core dump, so I can not include a backtrace. My configure line follows: ./configure --with-apxs=/usr/local/apache/bin/apxs --with-magic_quotes --with-dom --with-qtdom --with-pgsql --enable-debug I am classifying this as a performance problem, even though I know it is not. Don't know how else to clasify it. I know this is not enough info to begin debugging this problem. Can someone give me some tips on how I can narrow this down? -- Edit Bug report at: http://bugs.php.net/?id=9154&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]