Hi!
On 29-Nov-99 Oleg Broytmann wrote:
> On Mon, 29 Nov 1999 [EMAIL PROTECTED] wrote:
>> Its wrong solution to fork/exec backend each time. Especially for
>> www-oriented
>> software which need many short-time connection/work/desconnection. Using
>> persistent connection is not always possible...
>
> I wonder how Oracle handles this. I remember hearing that the very
> process of _connecting_ to Oracle server can take sometimes few minutes...
I use Informix... The connection/disconnection is very fast.
Persistent connection means to run backend for each apache child (when pages
often use db). Time to double RAM ;-)
Using 6.3 I had troubles with php (as module) and persistent connection to
postgresql. The backend fails after 2-3 requests after second pg_pconnect()
call... Hmmm... May be it was php mistake...
SKiller
--------------------------
Sergei Keler
WebMaster of "ComSet"
E-Mail: [EMAIL PROTECTED]
http://www.comset.net
--------------------------
************