Skip to content

FBServer is keeping connections alive if you don't explicitly call Dispose on an FBCommand object [DNET819] #754

Closed as not planned
@firebird-automations

Description

@firebird-automations

Submitted by: Matt Thompson (mattt_paladinpos.com)

The firebird server appears to keep the connection alive when you create an FBCommand object and do not call Dispose on it. This issue is new starting somewhere between version 5.1 and 5.12.1. After we updated to the latest general release, we noticed the server quickly running out of memory and getting an error stating too many handles were open. After wrapping the DBCommand in a using statement, this issue went away.

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions