causing crash - Search results

2018-06-29 19:10:13 | Re: insert function runs forever if connection is lost, keeping the tablelocked (Pieter Zieschang)

crash. But the condition of a connection loss of multiple clients of this type (used by different people) is still easily possible. So i'm worried, that one connection loss causes

2018-06-29 18:57:29 | Re: insert function runs forever if connection is lost, keeping the tablelocked (Pieter Zieschang)

causes the 2nd software run to die, because the deceased first run did never release the lock. Die dead application however keeps the lock waiting. Is there any chance that you have a connection pool

2018-06-29 17:54:52 | Re: insert function runs forever if connection is lost, keeping the tablelocked (Pieter Zieschang)

causes the 2nd software run to die, because the deceased first run did never release the lock. Die dead application however keeps the lock waiting. Is there any chance that you have a connection pool

2018-06-28 16:27:25 | insert function runs forever if connection is lost, keeping the tablelocked (Pieter Zieschang)

crashes after cstmt.execute(), not closing or rolling back anything the query stays active and keeps the table locked (the function, uses in/out parameters and inserts to a table). This would probably be the same