Re: [PHP] PHP timeout

2004-02-03 Thread Mario
> To: <[EMAIL PROTECTED]> Sent: Friday, January 30, 2004 3:28 PM Subject: Re: [PHP] PHP timeout > it looks like it has nothing to do with MySQL and just with php > > I'm running a simple script like > $x=23; > > echo $x; > > and it displays the number 23 p

Re: [PHP] PHP timeout

2004-01-30 Thread Mario
e" <[EMAIL PROTECTED]> To: "Mario" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 30, 2004 1:33 PM Subject: Re: [PHP] PHP timeout > Hi, > > Make sure the mysql service is started and make sure that there isn't > anything else competing

Re: [PHP] PHP timeout

2004-01-30 Thread Raditha Dissanayake
Hi, Make sure the mysql service is started and make sure that there isn't anything else competing for the same port (3306) beyond that i am afraid i cannot help as i am not a windows expert. Mario wrote: both php and mysql is on the same machine. even running the following timesout: if (!($

Re: [PHP] PHP timeout

2004-01-30 Thread Mario
essage - From: "Raditha Dissanayake" <[EMAIL PROTECTED]> To: "Mario" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, January 30, 2004 1:01 PM Subject: Re: [PHP] PHP timeout > > Well the situation you have described are the typical symptoms of

Re: [PHP] PHP timeout

2004-01-30 Thread Raditha Dissanayake
Well the situation you have described are the typical symptoms of a firewall eating up packets. (Simple scripts running fine and those that connect to networking timing out) How about installing both the php engine and mysql on the same machine for testing? Mario wrote: thanks for the reply R

Re: [PHP] PHP timeout

2004-01-30 Thread Mario
t;Mario" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, January 30, 2004 12:14 PM Subject: Re: [PHP] PHP timeout > Mario, > > Please don't reply to a message when you want to ask a question compose > a new thread instead. > > Anyway from what you

Re: [PHP] PHP timeout

2004-01-30 Thread Raditha Dissanayake
Mario, Please don't reply to a message when you want to ask a question compose a new thread instead. Anyway from what you have described it sounds like you have a firewall that's blocking the mysql port. Somefirewalls just drop the packets instead of denying the connection. That way the script

Re: [PHP] PHP timeout doing fread from Apache Coyote

2003-07-24 Thread Robert Fitzpatrick
> > if (!fputs($fp, $op, strlen($op))) { > > which HTTP version are you requesting? I know that if you send a > HTTP/1.1 then a lot of servers send the data in chunks, thus your > retrieval code needs to be different. If it is HTTP/1.1 try using > HTTP/1.0 instead. > Same difference with the 1.0, I

Re: [PHP] PHP timeout doing fread from Apache Coyote

2003-07-24 Thread Curt Zirzow
* Thus wrote Robert Fitzpatrick ([EMAIL PROTECTED]): > I am trying to communicate with an API of a vendors of ours. They provide a > Perl example that works fast and well. I am trying to do the same thing with > a PHP class. The response takes over a minute before the response comes > back. I see f

Re: [PHP] PHP timeout

2002-06-15 Thread Kim Bauters
Hi, indeed, it is a IIS CGI timeout. However, when I take a look at the tab you gave me, I can only seem to find the tabs called "App Mappings", "App Options" and "App Debugging". Is this the right place and is the tab just missing or is there a problem on my behalf? thx "Stuart Dallas" <[EMAIL

Re: [PHP] PHP timeout

2002-06-15 Thread Stuart Dallas
On Saturday, June 15, 2002 at 10:52:14 AM, Kim Bauters wrote: > In the file php.ini, the 2 timeout settings are > both changed from 30 to 300, but I keep on getting an error like "CGI script > Timeout". I think you'll find that's the IIS CGI timeout, not PHPs. You can find that setting in the sit

Re: [PHP] PHP timeout

2002-06-15 Thread Nathan Taylor
Hmm, I haven't heard of such a thing. That's kinda weird though because just yesterday I modified my timeout settings for my script that parses logfiles that are several thousand lines long, and it worked. Did you perhaps forget to reboot the server? If you have my suggestion is perhaps taking