Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needed a function that returns the number of effective connections on a db [JDBC82] #121

Closed
firebird-automations opened this issue Aug 3, 2006 · 2 comments

Comments

@firebird-automations
Copy link

Submitted by: agharta (agharta)

Assigned to: Roman Rokytskyy (rrokytskyy)

Like a c++ function "isc_database_info" described at http://forums.devshed.com/firebird-sql-development-61/query---find-count-of-active-connections-191785.html, jdbc driver should retreive the db's active connection count (not only the jdbc connection pool count, but the entire db's connection count ).

Thanks in advice.

Agharta

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

This functionality is provided by the MON$ATTACHMENTS view since Firebird 2.1. As far as I am aware there is no other API to get this information.

At this time I do not think it is necessary to provide functionality in Jaybird to wrap a request to the monitoring tables.

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Won't Fix [ 2 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant