Hello everyone,
When I connect and do a simple select (select col1, col2 from test_table) on an Interbase database, there is about a 1-2 sec time to set up the connection. Using ibase_pconnect, this time is reduced to .5 sec for subsequent connections (only for a short while though); A comparable connection to mysql seems instant (as though the file is static). This is still unacceptable, though. I'm sure there must be some way to overcome this problem.
I've tried the following combinations:
win32 cgi + win32 interbase
win32 apache mod + win32 interbase
win32 apache mod + linux interbase
linux apache mod + linux interbase
I have the same problem with every combination.
I really need to use interbase because of it's features, and I like ibconsole too.
--tony