Between the client and the server? I am not quite sure if I am logging what I think I am logging. Here is the scenario. I have a prepend script that records the current time into a variable. I also have an append script that calculates the difference and writes that time to a file. I am running PHP 4.3.2 as CGI under IIS 5.0. The piece of code that I pasted is the first line of the file after the <? Now does the CGI only process the script as fast as the connection? I am using the output buffer so I wouldn't expect that. Charles -----Original Message----- From: Mark [mailto:devish@zonnet.nl] Sent: Sunday, October 05, 2003 7:17 AM To: Charles P. Killmer Subject: Re: weird random parse errors on PHP 4.1.x / Win2k Is it possible that the connection is timed out? ---------------------------------------------- It's Not God That Created Us, It's Us That Created God! ----- Original Message ----- From: "Charles P. Killmer" <charlesk@netgaintechnology.com> Newsgroups: php.windows To: <php-windows@lists.php.net> Sent: Friday, October 03, 2003 5:36 PM Subject: RE: weird random parse errors on PHP 4.1.x / Win2k I don't know if this is related but every once in a while I get timeout issues. A script that usually runs just fine will timeout on line 2 or 3. A few times it has been on a line like this. If (isset($REMOTE_ADDR)) { //stuff } The if statement is the line that times out. Just a weird thing that I havent solved yet. Charles Killmer -----Original Message----- From: Francesco.Marsan@bmg.com [mailto:Francesco.Marsan@bmg.com] Sent: Friday, October 03, 2003 9:56 AM To: geoff@sea-incorporated.com; geoff@sea_incorporated.com Cc: php-windows@lists.php.net Subject: weird random parse errors on PHP 4.1.x / Win2k Hi Geoff, I've seen your message on the PHP/Windows list, and I'm writing because I get the **exact** same problem on my box: HP Proliant dual Xeon 2,8Mhz - 1GB RAM PHP 4.2.2 Apache 1.3.22 On myne it happens even if just one user is accessing the pages. On another server -- it is a little bit older dual Pentium 1.1GHZ -- but with exactly the same software, the problem does not appear. Have you any clue to give me? Did you solve your problem? Thanks Francesco -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php