Subject | RE: [firebird-php] Re: Win32 Vs Linx |
---|---|
Author | Alan McDonald |
Post date | 2004-03-14T19:46:52Z |
> My main frustration is that even in the ISAPI module setup and supposedhas
> caching of the dll, time to deliver a page is slow after some down time
> occurred. I do get some of the unbuffered pages downloaded to thebrowser -
> and then a wait long enough for me to view the source of the page thus farAre you using ibase_ connections direct?
> delivered and know that it is hangin on the FB connection to finish it's
> processing and delivery of the page.
>
> Again - I smell it to be FB connection speeds.
I started with ADOdb, simply because all of the neat stuff I
needed was available of the shelf. That caches results at
the PHP level, so I am probably not seeing the problems you
describe. Changing between persistent and non-persistent
connections produces a noticeable change when several users
are in, and the PHP5 setup does seem to serve faster than 4,
but don't quote me on that, the PHP4 setup was never
properly bench marked.
There is a need for a Firebird version of the Interbase
module, but I have not reached the point were I must have it
yet ;)
--
Lester Caine
[Alan McDonald] I'm using ezSQL which is a very nice tight little library.
It uses connect (not pconnect) and I see that pconnect is not a good idea. I
can also see by the page download content (I don't know if this is a really
good way to make conclusions) that it is not the connect satement which is
stalling since it is drawn in very early in the page yet content is sent
straight away, it seems to stall on the first query execution. ezSQ also
caches results at the PHP level but I'm not sure that too much performance
enhancement can be had from this unless you are making the same query
multiple times in the same page (execution space).
Alan
[Non-text portions of this message have been removed]