Subject Re: Very fast read only transactions
Author jeff_j_dunlap
--- In firebird-php@yahoogroups.com, Milan Babuskov <milanb@...> wrote:
>
> There's ibase_pconnect that uses a connection pool.
>
> If you use PHP as a web server module (DLL/SO) and
> keep it loaded all the time (load at web server
> startup) then pconnect can be used. PHP itself does
> all the magic of maintaining the connection pool.

Hi Milan,

Thanks, very interesting. Is ibase_pconnect available for both read
and write transactions?

Also, is ibase_pconnect a container (like an array) of open
connections that stay open waiting to serve requests?

I'm interested in learning more so that I can create a class for use
with the IBPP libray.

Thanks Again