Subject Re: [IBO] Zebedee and TIBO Components Slowness
Author Jason Wharton
> So we implemented Zebedee to encrypt the traffic for our client/server
> application. The implementation process was fairly straight forward with
> little code changes to make it work which is the beauty of Zebedee in my
> opinion. I read through Artur's article on how to setup Zebedee and it
> seems to be working well.
>
> My testers complained that the application took around 5 minutes to load.
> I couldn't figure it out and distilled the problem down to TIB_Query vs
> TIBOQuery. We use both objects in our application. I created a little
> test program and use both objects with a Zebedee tunnel. TIB_Query runs
> rather quickly but the same query in TIBOQuery takes 5 minutes or so to
> return results (0 in my case). When not running within Zebedee everything
> works fine.
>
> Has anyone else run into similar issues with TIBOQuery and Zebedee? I've
> looked in both Firebird and IBO newsgroups and haven't been able to find
> any related questions.
>
> Firebird 2.5
> IBO 4.8.7.

Have you ran the SQL trace monitor to see exactly what the difference is
between the two?

This may afford some additional clues.

Jason Wharton