Re: Script Hangs on - Mailing list pgsql-admin

From Ariunbold Gerelt-Od
Subject Re: Script Hangs on
Date
Msg-id 3B1DC1FC.63DC2905@kikakuya.com
Whole thread Raw
In response to Script Hangs on  (Ariunbold Gerelt-Od <gereltod@kikakuya.com>)
List pgsql-admin
Frist ,How in script could I Ping?
Second,from command line Ping also hangs.


Csaba Bobak wrote:

> > <?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.


pgsql-admin by date:

Previous
From: Grant
Date:
Subject: Re: Script Hangs on
Next
From: Csaba Bobak
Date:
Subject: Re: Script Hangs on