From: Mark R. <ma...@la...> - 2016-02-02 08:59:30
|
On Tue, 02 Feb 2016 06:57:03 +0100, Jiří Činčura <ji...@ci...> wrote: > Calling `FbConnection.ClearAllPools` is enough. You don't have to call > anything else. Though you might give server few ms to release the file - > it's not guaranteed that closing all connections will immediately > release the file. Maybe the problem might be related to not reading the op_response to the op_detach request (which for Jaybird 3 caused crashes with Firebird 2.1), maybe connections linger longer than necessary if that response packet isn't read. Mark |