473,763 Members | 1,395 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

No. of connections available for Per Seat License

Ben
We have a MSSQL with per seat license of 20. The MSSQL is sitting in the same
machine as the asp.net.

Does that mean that the the no. of connections and Max Pool Size are limited
up to 20 only?

Thanks,
Ben
Nov 19 '05 #1
5 1331
If you are sitting at 20 CALs, no more than 20 clients can ever be connected
at one time. While I am not sure there is a definitive answer on the pooling
size, I would not have a pool larger than 20, as you only have 20 licenses.
The 21st person to get a connection object would violate the license.
---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** ************
Think Outside the Box!
*************** ************

"Ben" wrote:
We have a MSSQL with per seat license of 20. The MSSQL is sitting in the same
machine as the asp.net.

Does that mean that the the no. of connections and Max Pool Size are limited
up to 20 only?

Thanks,
Ben

Nov 19 '05 #2
asp.net connection pooling has no knowledge of mssql licensing.

note: your cals cannot be used for an internet app.

-- bruce (sqlwork.com)

"Ben" <Be*@discussion s.microsoft.com > wrote in message
news:8B******** *************** ***********@mic rosoft.com...
We have a MSSQL with per seat license of 20. The MSSQL is sitting in the
same
machine as the asp.net.

Does that mean that the the no. of connections and Max Pool Size are
limited
up to 20 only?

Thanks,
Ben

Nov 19 '05 #3
Ben
Thanks for the reply.

Just to confirm one thing:
With 20 CALs, the no. of process ID's for the procedures that the web
application (using sp_who) called is up to 20 only?

Thanks,
Ben

"Cowboy (Gregory A. Beamer) - MVP" wrote:
If you are sitting at 20 CALs, no more than 20 clients can ever be connected
at one time. While I am not sure there is a definitive answer on the pooling
size, I would not have a pool larger than 20, as you only have 20 licenses.
The 21st person to get a connection object would violate the license.
---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** ************
Think Outside the Box!
*************** ************

"Ben" wrote:
We have a MSSQL with per seat license of 20. The MSSQL is sitting in the same
machine as the asp.net.

Does that mean that the the no. of connections and Max Pool Size are limited
up to 20 only?

Thanks,
Ben

Nov 19 '05 #4
Ben
Hi,

Thanks for the info.

Does that mean that I have to use Per Processor license mode for an internet
or intranet app?

Thanks,
Ben

"Bruce Barker" wrote:
asp.net connection pooling has no knowledge of mssql licensing.

note: your cals cannot be used for an internet app.

-- bruce (sqlwork.com)

"Ben" <Be*@discussion s.microsoft.com > wrote in message
news:8B******** *************** ***********@mic rosoft.com...
We have a MSSQL with per seat license of 20. The MSSQL is sitting in the
same
machine as the asp.net.

Does that mean that the the no. of connections and Max Pool Size are
limited
up to 20 only?

Thanks,
Ben


Nov 19 '05 #5
Nah...

You will be able to get/process as many
requests as your clients request.

It's just that you'll be in technical violation
of your license agreement if you do.

There's no hard-wired limit.

It's up to you, and your sense of fair play,
or up to Microsoft lawyers if they find out.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Ben" <Be*@discussion s.microsoft.com > wrote in message
news:84******** *************** ***********@mic rosoft.com...
Thanks for the reply.

Just to confirm one thing:
With 20 CALs, the no. of process ID's for the procedures that the web
application (using sp_who) called is up to 20 only?

Thanks,
Ben

"Cowboy (Gregory A. Beamer) - MVP" wrote:
If you are sitting at 20 CALs, no more than 20 clients can ever be
connected
at one time. While I am not sure there is a definitive answer on the
pooling
size, I would not have a pool larger than 20, as you only have 20
licenses.
The 21st person to get a connection object would violate the license.
---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** ************
Think Outside the Box!
*************** ************

"Ben" wrote:
> We have a MSSQL with per seat license of 20. The MSSQL is sitting in
> the same
> machine as the asp.net.
>
> Does that mean that the the no. of connections and Max Pool Size are
> limited
> up to 20 only?
>
> Thanks,
> Ben

Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2421
by: Rick Thomas | last post by:
http://wingide.com/wingide
2
2955
by: Mark | last post by:
When I develop a web app, I open and close connections on each page, executing multiple commands as necessary within the single open connection. However, I recently ran into a group of people that create a global connection for their web applications and share it across sessions/users/pages. Both models "work", but the second method makes me cringe ... unfortunately I can't seem to put my cringe into words as to why one should open and...
3
1649
by: Johan Johansson (Sweden) | last post by:
I wonder why it is that no more than 10 clients can access a webservice at a time, and how to increase that number. The eleventh client get a Http 403.9 (Access forbidden : To many users are connected) error message. Simply explanied; if I create the simple HelloWorld WebService, open 11 Internet Explorer's and give them the HelloWorld URL the eleventh IE get the Http403.9 message. Not until I close one of the connected IE's will the...
13
1770
by: PRP | last post by:
Hi, Our DBA has complained about the large number of connections from the aspnet_wp process. We have multiple web applications deployed in different virtual directories. I read that the way ADO.NET in-built connection pool works is per app domain. So in a scenario where I am using single connection string (from web.config) and I am closing all connections as recommended, is it correct to assume that ideal number of connections
66
7474
by: Jon Skeet [C# MVP] | last post by:
I'm sure the net will be buzzing with this news fairly soon, but just in case anyone hasn't seen it yet: Microsoft are going to make the source code for the .NET framework (parts of it, including the BCL, ASP.NET and LINQ) available both for viewing and debugging into. I won't go into all the details here, as they're covered on Scott Guthrie's blog:
10
1669
by: Jani Järvinen [MVP] | last post by:
Hello, for your information in case you didn't yet notice the news: Microsoft has announced plans to give developers the ability to view .NET class library source code. This is announced here: http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx Says the blog:
1
3928
by: NoviceDBA | last post by:
Hi , I am a junior DBA and I have been asked to Install and confingure SQL server 2000 on Win 2003 server, and I would like to create a replica of the existing server, so how do i find the no. of Per Seat License, information on the Existing SQL Server. so that I can put in the same. Thanks, Raj
9
24586
by: Greg | last post by:
I'm creating a tcp socket connection from the thread in the c# threadpool. Since the default workers thread is 500, sometimes my program tries to open up 500 different tcp socket connections and the connection fails after it reaches certain number of opened tcp connection. I guess it reached the max number of tcp connection available in the operating system. I have Professional Windows XP 2000. So what is the max simultaneous tcp...
3
5645
Slick47
by: Slick47 | last post by:
Hey guys, I've gone one problem (so far) in my program to be able to assign and display seats. When I compile my program I get the error: SeatAssign.java:54: setSeats(char) in SeatAssign cannot be applied to (char,int,int) setSeats (Seats, row, col); ^ I have marked this line with some asterisks and was hoping we could deliberate on what the problem with it is? Thanks guys in advance.
0
9386
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10145
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9822
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8822
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7366
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3917
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2793
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.