Subject Re: SELECT ONLY database query performance
Author Adam
--- In firebird-support@yahoogroups.com, "Vlad Horsun" <hvlad@...> wrote:
>
> > > I not quite sure that attach synchronization is required for
> > _embedded_
> > > but it can't hurt performance if your application make something
else
> > > except of connect\disconnect ;)
> >
> > 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 ;)

Thanks Vlad,

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