Subject | Re: ibase_trans |
---|---|
Author | tornellas |
Post date | 2006-04-04T12:50:08Z |
Hi Alan,
I'm using ibase_conect(bla, bla, bla). I heard someone to say tha
pconection isn't good, but I'm not sure about that.
Would be necessary to commit (ibase_commit) in each page?
I'm using ibase_conect(bla, bla, bla). I heard someone to say tha
pconection isn't good, but I'm not sure about that.
Would be necessary to commit (ibase_commit) in each page?
--- In firebird-php@yahoogroups.com, "Alan McDonald" <alan@...> wrote:
> no - every php page will start an implicit transaction when you open a
> connection.
> explicit transactions are only really required when you wnat finer grain
> control. or if you want to rollback - since the implicit trans will
always
> commit unless there's a script error ont he page, in which case the
trans
> will rollback.
> are you using connect or pconnect out of interest?
> with this etup your transactions are always very short and suite. I
would
> not think that transactions are in any way connected to your
experience of
> slowness.
> Alan
[]'s
Thiago Ornellas