Re: [PHP-WIN] memory

2010-08-12 Thread samuel
Ok, thank you 2010/8/12 Pierre Joye > hi, > > On Wed, Aug 11, 2010 at 5:33 PM, samuel wrote: > > hello, > > I'm upgrading my site and I have some question on memory. > > I try to use Doctrine, models, and all this stuff. > > By making some benchmark I noticed that a single request can take 4Mo

Re: [PHP-WIN] memory

2010-08-12 Thread Pierre Joye
hi, On Wed, Aug 11, 2010 at 5:33 PM, samuel wrote: > hello, > I'm upgrading my site and I have some question on memory. > I try to use Doctrine, models, and all this stuff. > By making some benchmark I noticed that a single request can take 4Mo of > memory. > Is that huge? Or is that acceptable i

[PHP-WIN] memory

2010-08-11 Thread samuel
hello, I'm upgrading my site and I have some question on memory. I try to use Doctrine, models, and all this stuff. By making some benchmark I noticed that a single request can take 4Mo of memory. Is that huge? Or is that acceptable in face of the beneficts of a good architecture ? I read that the

Re: [PHP-WIN] Memory leak occurs when exec() function is used on Windows platform

2007-09-11 Thread Leo G. Divinagracia III
h... just tested it on my box: win xp sp2, apache 2.2.2, php 5.1.4 and 1gb of ram. ran it under CLI. copied your code and and created a 0 btye test.bat file. rebooted the machine so a fresh start. first time, i actually gained 3 megs of ram back, after the process timed out after 60 se

[PHP-WIN] Memory leak occurs when exec() function is used on Windows platform

2007-09-09 Thread melmack
Hi I have a big problem with shell commands execution via PHP. I have written a very short PHP script ilustrating the problem: test.bat is just an empty file. This script causes about 10 MB memory leak. It can be observed by usage of performance system monitor. This problems occurs in al

[PHP-WIN] Memory error

2005-01-17 Thread Louis Young
Hi guys Using Apache/2.0.52 with PHP 4.3.10 on Windows XP. When I try to load a page, I get the following error message: --- php.exe - Application Error --- The instruction at "0x10007889" referenced memory at "0x30681876". The memory could not be

Re: [PHP-WIN] Memory leak

2002-11-11 Thread Maxim Maletsky
If you can investigate well on the issue and get a little summary of facts, try searching bugs.php.net for a similar problem. If you find nothing about it submit it there. -- Maxim Maletsky [EMAIL PROTECTED] "James Pharaoh" <[EMAIL PROTECTED]> wrote... : > Hi, > > I am running php 4.2.2 on

[PHP-WIN] Memory leak

2002-11-11 Thread James Pharaoh
Hi, I am running php 4.2.2 on Microsoft IIS in Win2k Server. Over a period of about a day memory is leaking until the server needs rebooting. This only happens when the PHP ISAPI filter is enabled in IIS. Has anyone encountered a similar problem or know any possible solution? I'm pulling my hai

[PHP-WIN] memory limits

2001-09-21 Thread Piotrek
I created a small PHP environment, which works on it's own without any ingerention from the user, relocating to another script after finishing the operation, often opening and closing sockets. It works perfectly, but only if the number of data is limited. If it's too much, suddenly one of the scri