[PHP-DEV] Bug #10299 Updated: CPU and Memory Spike

2001-05-20 Thread jmoore
ID: 10299 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Critical Status: Analyzed Bug Type: Performance problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: We cant reproduce this so not really critical, reutnring to analysed. - James Previous Comments: ---

[PHP-DEV] Bug #10299 Updated: CPU and Memory Spike

2001-05-17 Thread zeev
ID: 10299 Updated by: zeev Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Performance problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: I'm unable to reproduce a fd leak using require_once() or include_once(). Do you have any script that reproduces this problem?

Re: [PHP-DEV] Bug #10299 Updated: CPU and Memory Spike

2001-05-08 Thread Goten
I am not quite sure, but you can give a try. Use require_once() include like 10 dummy config file, reload the script a couple times, and use lsof to check if your config files are still open. Derek At 03:04 PM 5/9/2001 +1000, Cameron wrote: >i dont suppose this is a session garbage collectio

Re: [PHP-DEV] Bug #10299 Updated: CPU and Memory Spike

2001-05-08 Thread Cameron
i dont suppose this is a session garbage collection?? Cameron [EMAIL PROTECTED] wrote: > ID: 10299 > User Update by: [EMAIL PROTECTED] > Status: Critical > Bug Type: Performance problem > Operating system: FreeBSD 4.2 Stable > PHP Version: 4.0.4pl1 > Description: CPU and Memory Spike > > What

[PHP-DEV] Bug #10299 Updated: CPU and Memory Spike

2001-05-08 Thread goten
ID: 10299 User Update by: [EMAIL PROTECTED] Status: Critical Bug Type: Performance problem Operating system: FreeBSD 4.2 Stable PHP Version: 4.0.4pl1 Description: CPU and Memory Spike What I found out is that using a lot of include_once, require_once + session will trigger the CPU and memory spi

Re: [PHP-DEV] Bug #10299 Updated: CPU and Memory Spike

2001-05-08 Thread Brian Foddy
Just a note, I'm not reporting the same but I have seen something that sounds kinda similar. While developing an external module that used resources, I found that I could get PHP into an infinite loop in the memory cleanup routine by improperly releasing a resource (by just freeing the resource s

[PHP-DEV] Bug #10299 Updated: CPU and Memory Spike

2001-05-08 Thread zeev
ID: 10299 Updated by: zeev Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Performance problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Is this fairly reproducible? If it is, any chance you could build Apache with debug information (--enable-debug in configure)

[PHP-DEV] Bug #10299 Updated: CPU and Memory Spike

2001-05-07 Thread derick
ID: 10299 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Critical Bug Type: Performance problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: marking critical for php 4.0.6 Previous Comments: -