From: | bboett(at)erm1(dot)u-strasbg(dot)fr (Bruno Boettcher) |
---|---|
To: | pgsql-sql(at)postgresql(dot)org |
Subject: | Postgres closing the connection too fast with php4+apache |
Date: | 2000-12-13 09:55:03 |
Message-ID: | 20001213105503.B2513@erm1.u-strasbg.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Hello,
in old days i was used to open the connection to my DB at the begin of
the script, make lots of stuff inside the script and eventually close
the connection at the end (even if php is supposed to do it for me...).
This stopped to work....
now each time i make a call to the DB i connect, make immediately after
the request, and close immediately....
despite this i still get sometimes the dreaded:
Warning: 45 is not a valid PostgreSQL link resource in
/home/bboett/www/fibu/includes/global.php on line 344
Erreur durant la requete conn = Resource id #45
and most of what i do not understand is : displaying the connection
shows me a var type conform to what i may expect?? so why does this
error appear? if i open the connection at the begin of my script as i
was used, i get for nearly all exec that type of response....
as this way of doing is real DB intensive (i hear it due to my HD....)
is there anything i could do, something i do wrong?
i use postgres, php4, apache on a debian woody x86 system of latest breed...
--
ciao bboett
==============================================================
bboett(at)earthling(dot)net
http://inforezo.u-strasbg.fr/~bboett http://erm1.u-strasbg.fr/~bboett
===============================================================
the total amount of intelligence on earth is constant.
human population is growing....
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Hentges | 2000-12-13 10:51:28 | Date Format |
Previous Message | Karel Zak | 2000-12-13 08:28:29 | Re: select ... for update |