Subject | Re: initial connection taking too long |
---|---|
Author | dixonepperson |
Post date | 2003-08-12T15:59:32Z |
Thanks all. I changed the db extension to FDB. Didn't really help
much. I've made sure indexing and the firewall in XP were turned
off. I changed the antivirus to exclude scanning on this folder (on
both the client and the server), nothing really seems to be helping
much.
I have downloaded the fb1.5 but a really nervous about the change
over.
What will I need to do besides install. I've written my client app
in delphi7, using ibx and I also use ibconsole. will I be able to
just install 1.5 and go on. The database has just started receiving
live data, so I really need to avoid a FUBAR.
Thanks
much. I've made sure indexing and the firewall in XP were turned
off. I changed the antivirus to exclude scanning on this folder (on
both the client and the server), nothing really seems to be helping
much.
I have downloaded the fb1.5 but a really nervous about the change
over.
What will I need to do besides install. I've written my client app
in delphi7, using ibx and I also use ibconsole. will I be able to
just install 1.5 and go on. The database has just started receiving
live data, so I really need to avoid a FUBAR.
Thanks
> Apart from the .GDB extension issue (use .FDB for yourdatabases),
> which also hits accesses to ISC4.GDB (for which you can donothing
> except upgrading to FB 1.5), FB 1.03 contains a fix back-portedfrom
> FB 1.5. Connections where artificially slowed down dueto a
> ill-behaving loop.name
>
> So FB 1.03 will improve your experience assuming you at least
> your databases .FDB and *not* .GDB. But FB 1.5 will really pleaseyou
> with its speed of connection. I had to drop a connectionpooling
> mechanism in one app when moving from FB 1.0 to FB 1.5. Theconnection
> pooling was overkill compared to the lightspeed connections of FB1.5.
>
> --
> Best regards,
> Olivier Mascia