Re: apache-php-postgresql connection question - Mailing list pgsql-php

From Frank Joerdens
Subject Re: apache-php-postgresql connection question
Date
Msg-id 20020201135519.D910@superfly.archi-me-des.de
Whole thread Raw
In response to Re: apache-php-postgresql connection question\  (Marco Colombo <marco@esi.it>)
Responses Re: apache-php-postgresql connection question
List pgsql-php
On a slightly different note, does anyone know whether this problem is
maybe solved entirely once PHP is fully multithreaded and works with
Apache 2, which is also multithreaded?

Or if you can use PHP with AOLServer to benefit from AOLServer's
multithreadedness and connection pooling capability?

Or if you can use connection pooling through some Java mechanism if you
build PHP as a servlet to run on top of a JVM as described at

http://www.php.net/manual/en/ref.java.php:

-------------------------- snip --------------------------
sapi/servlet builds upon the mechanism defined by ext/java to enable the
entire PHP processor to be run as a servlet. The primary advanatage of
this from a PHP perspective is that web servers which support servlets
typically take great care in pooling and reusing JVMs.
-------------------------- snap --------------------------

Dunno how that might work, through JDBC maybe?

Regards, Frank

pgsql-php by date:

Previous
From: Marco Colombo
Date:
Subject: Re: apache-php-postgresql connection question\
Next
From: Marco Colombo
Date:
Subject: Re: pg_pconnect - ??