<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MySQL 5.1 &#8211; Thread Pool Support</title>
	<atom:link href="http://venublog.com/2008/05/21/mysql-51-thread-pool-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://venublog.com/2008/05/21/mysql-51-thread-pool-support/</link>
	<description>Everything In Life Is Random! (Personal and Work)</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:29:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Venu Anuganti</title>
		<link>http://venublog.com/2008/05/21/mysql-51-thread-pool-support/comment-page-1/#comment-4066</link>
		<dc:creator>Venu Anuganti</dc:creator>
		<pubDate>Fri, 23 May 2008 18:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/?p=287#comment-4066</guid>
		<description>Thanks Matthew..Good to know that we already have that; time to read the manual; atleast on new offerings.</description>
		<content:encoded><![CDATA[<p>Thanks Matthew..Good to know that we already have that; time to read the manual; atleast on new offerings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Montgomery</title>
		<link>http://venublog.com/2008/05/21/mysql-51-thread-pool-support/comment-page-1/#comment-4021</link>
		<dc:creator>Matthew Montgomery</dc:creator>
		<pubDate>Thu, 22 May 2008 22:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/?p=287#comment-4021</guid>
		<description>Venu, 

Probably what Mark is talking about is already implemented as the MAX_USER_CONNECTIONS GRANT option.

The MAX_USER_CONNECTIONS count option, implemented in MySQL 5.0.3, limits the maximum number of simultaneous connections that the account can make. If count is 0 (the default), the max_user_connections system variable determines the number of simultaneous connections for the account.

GRANT USAGE ON *.* ... WITH MAX_USER_CONNECTIONS N; 

You just need to make sure your extension enforces this limit too.</description>
		<content:encoded><![CDATA[<p>Venu, </p>
<p>Probably what Mark is talking about is already implemented as the MAX_USER_CONNECTIONS GRANT option.</p>
<p>The MAX_USER_CONNECTIONS count option, implemented in MySQL 5.0.3, limits the maximum number of simultaneous connections that the account can make. If count is 0 (the default), the max_user_connections system variable determines the number of simultaneous connections for the account.</p>
<p>GRANT USAGE ON *.* &#8230; WITH MAX_USER_CONNECTIONS N; </p>
<p>You just need to make sure your extension enforces this limit too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Burton</title>
		<link>http://venublog.com/2008/05/21/mysql-51-thread-pool-support/comment-page-1/#comment-4013</link>
		<dc:creator>Kevin Burton</dc:creator>
		<pubDate>Thu, 22 May 2008 21:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/?p=287#comment-4013</guid>
		<description>DO WANT guys..... I&#039;m dying for this feature.

Now all I have to do is migrate to MySQL 5.1 :)</description>
		<content:encoded><![CDATA[<p>DO WANT guys&#8230;.. I&#8217;m dying for this feature.</p>
<p>Now all I have to do is migrate to MySQL 5.1 <img src='http://venublog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venu Anuganti</title>
		<link>http://venublog.com/2008/05/21/mysql-51-thread-pool-support/comment-page-1/#comment-4006</link>
		<dc:creator>Venu Anuganti</dc:creator>
		<pubDate>Thu, 22 May 2008 20:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/?p=287#comment-4006</guid>
		<description>Mark

Do you mean to say limit user X from using maximum of N threads at a time ? that will be ideal.. but wondering whats the syntax..

--max_user_concurrency=N,username ?</description>
		<content:encoded><![CDATA[<p>Mark</p>
<p>Do you mean to say limit user X from using maximum of N threads at a time ? that will be ideal.. but wondering whats the syntax..</p>
<p>&#8211;max_user_concurrency=N,username ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Callaghan</title>
		<link>http://venublog.com/2008/05/21/mysql-51-thread-pool-support/comment-page-1/#comment-3985</link>
		<dc:creator>Mark Callaghan</dc:creator>
		<pubDate>Thu, 22 May 2008 08:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/?p=287#comment-3985</guid>
		<description>Cool. We are backporting this to 5.0 and have a server running with 8000 connections. This is a great feature and something that I really want in a release that I can use in production this year. One extra feature that I want is the ability to limit an account to a max number of concurrent active connections.</description>
		<content:encoded><![CDATA[<p>Cool. We are backporting this to 5.0 and have a server running with 8000 connections. This is a great feature and something that I really want in a release that I can use in production this year. One extra feature that I want is the ability to limit an account to a max number of concurrent active connections.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

