Subject Re: [IBO] AV when switching to another app
Author Toby Leonard
Helen Borrie wrote:
>
> There are a few things...

Thanks for the help! It looks like a combination of your suggestions 2, 3, 4,
and 9 fixed the problem. The big thing seems to be creating one TIB_Session
in the main thread for all the client connections. I also switched to the
full server since your reply and most info I find on the FB newsgroups implies
the embedded server isn't terribly thread-safe.

Now to actually port these changes to my app. Thanks again.

--Toby