Hi -

Do you mean the memory continues to increase (a mempry leak), or that is increases then reduces once the script finishes executing? PHP has a footprint of about 5meg on my machine.

Are you running PHP as a compiled in apache module, or as cgi ?

Afaik, each time you call a php page using cgi, php is invoked - then it is shut down at the end of script execution (at least on windoze)

HTH
Neil Smith



At 01:37 31/10/2002 +0000, you wrote:
Message-ID: <[EMAIL PROTECTED]>
Date: Wed, 30 Oct 2002 14:51:51 -0500
From: "R.S. Herhuth" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
MIME-Version: 1.0
To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: Interesting tidbit


We are running Tomcat and PHP under IIS on Windows 2k sp2.  While we
were watching the memory manager we noticed that whenever PHP was
invoked Tomcat's memory increased by about 5mb.  This was consistent
over about a half an hour, we have no reason to believe that it hasn't
been occuring like this since we have been using both on the same server
(about 2 months).  PHP has been very stable although the same cannot be
said about Tomcat, but that's another issue.

Specifically my question is why would the Tomcat memory increase while
it should be steady when PHP is invoked?

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to