Subject | Re: [IBO] Zebedee and TIBO Components Slowness |
---|---|
Author | Jason Wharton |
Post date | 2011-04-11T19:43:11Z |
> So we implemented Zebedee to encrypt the traffic for our client/serverHave you ran the SQL trace monitor to see exactly what the difference is
> 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.
between the two?
This may afford some additional clues.
Jason Wharton