Jas, you might need to check the uplink and downlink time of your network router.
Also,check the postgresql.conf file to see various timeouts there. Comment all the timeouts to set them to infinity so that your Unix tools server keepsĀ trying connecting to the Postgres server.
Also, check if you c
In response to "J S B" <[EMAIL PROTECTED]>:
> Hi,
> I have the following scenario:-
>
> 1. There's a function in the postgres datbase that when executed calls a
> shared object (dynamically loaded).
> 2. The shared object is a Client (made using socket library) which connects
> to a server (coded
Hi,I have the following scenario:-1. There's a function in the postgres datbase that when executed calls a shared object (dynamically loaded).2. The shared object is a Client (made using socket library) which connects to a server (coded again using socket library) hosted on some other machine.
3. T