Re: Script Hangs on

From: Csaba Bobak <rendszergazdi(at)trendkft(dot)hu>
To: Ariunbold Gerelt-Od <gereltod(at)kikakuya(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Script Hangs on
Date: 2001-06-06 05:31:19
Message-ID: 20010606.5311931@csaba.trendkft.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-php

> <?php
> $port=9939;
> $host=\"210.111.1.10\";
> pg=pg_connect($port,$host);
> ?>

> But problem is if somebody suddenly switch off
> the server(210.111.1.10), the script hangs on.
> How would my script check that host is open before connecting?

A simple ping maybe? :-)

Csaba

__________
This message went through virus scan at Trend Ltd. which stated
the message was clean of viri appeared before 2001.05.24.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ariunbold Gerelt-Od 2001-06-06 05:32:49 Script hangs on
Previous Message Tom Lane 2001-06-06 05:25:06 Re: Alternate database locations

Browse pgsql-php by date

  From Date Subject
Next Message Ariunbold Gerelt-Od 2001-06-06 05:39:08 Re: Script Hangs on
Previous Message Grant 2001-06-06 05:21:01 Re: Script Hangs on