Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Aven 2 posts 92 karma points
    Aug 28, 2019 @ 01:13
    Aven
    0

    Max size of connection pool reached due to concurrent user

    Hi,

    I am new to umbraco, currently using version 7.13.2 with MySQL database. We are doing UAT on our server and found out some production issues.

    Where there are alot of concurrent user access to a page which using "ApplicationContext.Current.Services.MediaService.GetMediaByPath", Umbraco would automatically create alot of database connection.

    enter image description here

    After some research, it seem like this is a behaviour that Umbraco used to handle concurrent access to DB. But I am wondering why the connection is keeping open, and eventually the sleep connection is keep increasing and reach my max size of connection pool.

    Thanks Aven Cheong

  • Aven 2 posts 92 karma points
    Sep 06, 2019 @ 01:14
    Aven
    100

    The problem solved, and the answer posted at "https://stackoverflow.com/questions/57714573/umbraco-database-connection-reach-max-pool-size/57814592#57814592"

    Thanks Aven Cheong

Please Sign in or register to post replies

Write your reply to:

Draft