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

[PHP] PHP timeout

2004-01-30 Thread Mario
Hi all I have a winXP machine on a network running IIS (PHP and MySQL is installed) I have recently moved from one machine to another and after setting up IIS and the rest and try to run few PHP scripts they just run forever or timeout. I believe the problem is with the security permission on ...

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

[PHP] PHP timeout doing fread from Apache Coyote

2003-07-24 Thread Robert Fitzpatrick
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 from the response text that the API is running on Apache Coyot

Re[4]: [PHP] PHP timeout

2002-06-15 Thread Stuart Dallas
On Saturday, June 15, 2002 at 11:58:44 AM, Kim Bauters wrote: > My IIS version is 5.0 Hmm, same as mine. Have a look in the master properties of the server. If it's not there then I suggest you search the MS site for help. -- Stuart -- PHP General Mailing List (http://www.php.net/) To unsubs

Re: Re[2]: [PHP] PHP timeout

2002-06-15 Thread Kim Bauters
hi, My IIS version is 5.0 "Stuart Dallas" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Saturday, June 15, 2002 at 11:43:05 AM, Kim Bauters wrote: > > indeed, it is a IIS CGI timeout. However, when I take a look at the tab you > > gave me, I can only seem

Re[2]: [PHP] PHP timeout

2002-06-15 Thread Stuart Dallas
On Saturday, June 15, 2002 at 11:43:05 AM, Kim Bauters wrote: > 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

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
aps taking a look at FoxServ, it is a very good server that auto configures itself on your machine with apache and the whole lot. www.foxserv.net - Original Message - From: Kim Bauters Sent: Saturday, June 15, 2002 5:55 AM To: [EMAIL PROTECTED] Subject: [PHP] PHP timeout I

[PHP] PHP timeout

2002-06-15 Thread Kim Bauters
I'm running PHP script that check for the existance of certain pages on the web. The problem is that fopen to check for the existance of a page and this seems to consume time. It has to check for a nuber of pages, conforming to a certain pattern. This pattern is Ab# What I want to do is exten