 




<?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: No of user for database</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/no-of-user-for-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/no-of-user-for-database/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 17:28:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: 240210</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/no-of-user-for-database/#comment-98982</link>
		<dc:creator>240210</dc:creator>
		<pubDate>Sat, 12 Nov 2011 04:19:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-98982</guid>
		<description><![CDATA[I have checked application users to connect database through a form limited to 150 users.]]></description>
		<content:encoded><![CDATA[<p>I have checked application users to connect database through a form limited to 150 users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Most-Watched IT Questions: May 4, 2010 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/no-of-user-for-database/#comment-76783</link>
		<dc:creator>The Most-Watched IT Questions: May 4, 2010 - ITKE Community Blog</dc:creator>
		<pubDate>Tue, 04 May 2010 06:31:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-76783</guid>
		<description><![CDATA[[...] No of user for database, asked by Akansha and answered by MrDenny, CarlosDL and Kccrosser [...]]]></description>
		<content:encoded><![CDATA[<p>[...] No of user for database, asked by Akansha and answered by MrDenny, CarlosDL and Kccrosser [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kccrosser</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/no-of-user-for-database/#comment-76295</link>
		<dc:creator>kccrosser</dc:creator>
		<pubDate>Wed, 21 Apr 2010 18:19:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-76295</guid>
		<description><![CDATA[There are some practical upper limits on concurrent &quot;connections&quot; to the database if you are using persistent connections.  Older versions of Oracle (up through 8i) would encounter serious performance problems when more than around 800 &quot;connections&quot; existed.  Note that &quot;connections&quot; is a nebulous thing - depending on the application, a single end user may wind up taking multiple connections.  Connection pooling and a change of architecture in 9i and later generally allows for several thousand concurrent connections without problems.

The databases can also be configured to have a maximum limit, of course.

Assuming it isn&#039;t a configured limit, the number of concurrent users will be determined by the server resources (CPU performance, main memory, disk performance) and by the type of applications using the database.

Simple OLTP with small transactions and a single database - thousands or tens of thousands of concurrent users.
Complex OLTP with big transactions may run out of gas with hundreds of users.
Simple OLTP with small transactions, but with multiple applications using multiple databases (or different sets of tables in the same database) may have performance issues, as this can degrade the cache hits.
Weather modelling, signal processing, finite element analysis, etc. - one user might use all the resources.]]></description>
		<content:encoded><![CDATA[<p>There are some practical upper limits on concurrent &#8220;connections&#8221; to the database if you are using persistent connections.  Older versions of Oracle (up through 8i) would encounter serious performance problems when more than around 800 &#8220;connections&#8221; existed.  Note that &#8220;connections&#8221; is a nebulous thing &#8211; depending on the application, a single end user may wind up taking multiple connections.  Connection pooling and a change of architecture in 9i and later generally allows for several thousand concurrent connections without problems.</p>
<p>The databases can also be configured to have a maximum limit, of course.</p>
<p>Assuming it isn&#8217;t a configured limit, the number of concurrent users will be determined by the server resources (CPU performance, main memory, disk performance) and by the type of applications using the database.</p>
<p>Simple OLTP with small transactions and a single database &#8211; thousands or tens of thousands of concurrent users.<br />
Complex OLTP with big transactions may run out of gas with hundreds of users.<br />
Simple OLTP with small transactions, but with multiple applications using multiple databases (or different sets of tables in the same database) may have performance issues, as this can degrade the cache hits.<br />
Weather modelling, signal processing, finite element analysis, etc. &#8211; one user might use all the resources.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/no-of-user-for-database/#comment-76241</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Tue, 20 Apr 2010 15:06:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-76241</guid>
		<description><![CDATA[This is more likely going to be restricted by the available resources on the server, than by the database platform itself.]]></description>
		<content:encoded><![CDATA[<p>This is more likely going to be restricted by the available resources on the server, than by the database platform itself.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.031 seconds using memcached
Object Caching 309/315 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 19:55:31 -->