Subject | Re: Very fast read only transactions |
---|---|
Author | jeff_j_dunlap |
Post date | 2009-01-21T18:39:25Z |
--- In firebird-php@yahoogroups.com, Milan Babuskov <milanb@...> wrote:
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
>Hi Milan,
> 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.
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