Subject Superserver - Preventing DeadLocks
Author Fabian Chocron
Hi Guys,

I am using a combination of different technologies, and there is a bug that causes the app to get into a loop. This bug can not be fixed withing weeks, so:

Is there any way to force firebird to kill any conection (thread) that got into a loop (I mean a connection that has been asking for the same blody request for hours, in a loop).

Example:

loop
select * from client ;
update client
set name = 'whatever';
end of loop

Cheers,
Fabian.





[Non-text portions of this message have been removed]