Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
What is causing these insane database connection spikes?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Weasel" data-source="post: 467160" data-attributes="member: 9520"><p>The same principle applies to other MySQL libraries such as mysqli. Layer 7 basically means the interaction part, see this overview:</p><p><img src="https://www.imperva.com/learn/wp-content/uploads/sites/13/2020/02/OSI-7-layers.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Connections should not enter into a sleep state unless somewhere in the config it specifically opens up persistent connections. Can you see from which source the sleeping connections are from?</p></blockquote><p></p>
[QUOTE="Weasel, post: 467160, member: 9520"] The same principle applies to other MySQL libraries such as mysqli. Layer 7 basically means the interaction part, see this overview: [IMG]https://www.imperva.com/learn/wp-content/uploads/sites/13/2020/02/OSI-7-layers.jpg[/IMG] Connections should not enter into a sleep state unless somewhere in the config it specifically opens up persistent connections. Can you see from which source the sleeping connections are from? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
What is causing these insane database connection spikes?
Top