Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 268437
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T23:42:02+00:00 2026-05-11T23:42:02+00:00

I am using NHibernate with mySQL 5 and I am a bit unsure whether

  • 0

I am using NHibernate with mySQL 5 and I am a bit unsure whether NHibernate really closes the connection to mySQL.

This is the code I am using in order to save a Player entity to the database:

        using (ISession session = SessionFactory.OpenSession())
        {
            using (ITransaction transaction = session.BeginTransaction())
            {
                session.Save(player);
                transaction.Commit();
            }
        }

After running this piece of code, I select the current connection count from the mySQL server using

show status like 'Conn%' ;

and the value is increased every time by 1!

So, inserting the player 10 times (=starting the program 10 times) increases the connection count by 10. But the session.IsClosed property of the NHibernate Session is false.

Do I have to do anything else in order to release the NHibernate resources and close the connection? Are the connections pooled / timed out?

It would be great if anyone could give me a hint.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T23:42:03+00:00Added an answer on May 11, 2026 at 11:42 pm

    I’m pretty sure the Connection is being closed. The dispose method on the ISession does just that. So it’s unlikely it remains open when exiting the using block.

    Also , from what I know the connection is usually opened only when writing/reading to the database . The session may be open, but that doesn’t mean the connection is also open.

    That, plus the fact that in the mysql documentation, it says that the keyword Connections means :

    The number of connection attempts (successful or not) to the MySQL server.

    and doesn’t say anything about the current state of the connection (open or not), makes me believe that the connection is closed.

    PS: you should be using Threads_connected to see open connections.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

really struggling to resolve this issue. using nhibernate Im trying to join two different
I am using NHibernate/Fluent NHibernate in an ASP.NET MVC app with a MySQL database.
I'm trying to map a parent-child relationship using NHibernate (2.1.2), MySql.Data (6.2.2) and MySQL
I am using NHIbernate against MySql, and when I use the following statement, NHibernate
I have a c# .net 3.5 application using NHibernate and MySQL. My SQL tables
I am using nhibernate with a mysql db. I am trying to do a
I'm using: Hibernate MySQL jBoss I have to create an application that allows user
Hi I am using hibernate and Mysql. I have a class with a boolean
I am using Hibernate with MySql, when i start my local server and pass
I have made an application using Java/Hibernate/MySQL, but whenever I try running it, it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.