Subject Keep alive connection (Delpih, IBX)
Author ma_golyo
Hi!

When a user leave the machine for a while (not closeing the program) then after returning he cannot continue working. He gets "error reading from the connection" error. I know the cause. It's TCP timeout. To avoid I have to run dummy select to keep alive.

I use IBX to connect FB.

My question is : Do I need to run dummy select per active connection or per active transaction?

Thank you!