Subject | Re: SELECT ONLY database query performance |
---|---|
Author | Adam |
Post date | 2007-02-27T10:42:09Z |
--- In firebird-support@yahoogroups.com, "Vlad Horsun" <hvlad@...> wrote:
You just mentioned performance being hurt in connect/disconnect, so I
thought that must mean something about serialising disconnects.
Anyway, I have fixed our app, thanks for your knowledge :)
Adam
>else
> > > I not quite sure that attach synchronization is required for
> > _embedded_
> > > but it can't hurt performance if your application make something
> > > except of connect\disconnect ;)Thanks Vlad,
> >
> > Do you mean disconnect calls (eg TIBDatabase.Close) should also be
> > serialised in the same way as attach calls?
>
> No, disconnect serialization is not required.
> At least my MT tests worked fine without it ;)
You just mentioned performance being hurt in connect/disconnect, so I
thought that must mean something about serialising disconnects.
Anyway, I have fixed our app, thanks for your knowledge :)
Adam