Click here to Skip to main content

Hosting and Servers

Sponsored by
 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
GeneralRe: IIS and possible loadmvpEddy Vluggen5 Mar '13 - 9:29 
n.podbielski wrote:
I suspect this is dependent from complexity of code, so let's assume that it is complex and not optimal.

It's also dependent on the hardware (server and network), some IIS-settings, the "size" of your average file, and the general state of your servers' OS.
 
n.podbielski wrote:
But there have be some kind of queue of connections and when this queue will be adding more requests then server can handle it's gonna shut itself down eventually, right?

AFAIK, it doesn't shut down. If the client doesn't get a response within a set time, he'll get a time-out. Just like in a DDOS-attack, so to speak. The server processes what it can, within the limits of it's hardware.
 
n.podbielski wrote:
I heard about 10k problem

I didn't, so I'm gonna shut up and hope that some other reader can contribute some insight into the topic.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: IIS and possible loadmemberVipin Pandey18 Mar '13 - 4:08 
Hi
 
Please read this for IIS Connection :
 
By default IIS7 has a limit of handling 12 concurrent requests per CPU and will queue requests above this limit. If you have some significant web load and many AJAX style requests to your server – this setting maybe very restrictive and it is hard to find out the root of the problem when you server performance is suddenly degraded.
 
See this post to get the picture how it can cause performance issues on your server.
 
Some relevant info about asp.net thread usage on IIS7 here:
 
asp.net thread usage on IIS7 and IIS6
 
Thomas Marquardt advice is to change this default limit. Recommended settings:
“All of this may be a little confusing, but for nearly everyone, my recommendation is that for ASP.NET 2.0 you should use the same settings as the defaults in ASP.NET v4.0; that is, set maxConcurrentRequestsPerCPU = “5000″ and maxConcurrentThreadsPerCPU=”0″.
 
This is done by adding DWORD MaxConcurrentRequestsPerCPU to the registry under
 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\2.0.50727.0
 
called MaxConcurrentRequestsPerCPU (DWORD). This key doesn’t exist by default. Or/and in aspnet.config section which overrides registry setting (also doesn’t exist by default) aspnet.config is here on windows 64bit:
 
%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet.config
 
You need to add the following section under “configuration” section (here I used default values) – don’t forget change maxConcurrentRequestsPerCPU to 5000.
 
< system.web>
< applicationPool
maxConcurrentRequestsPerCPU="12"
maxConcurrentThreadsPerCPU="0"
requestQueueLimit="5000" />
< /system.web>
GeneralRe: IIS and possible loadmembern.podbielski23 Mar '13 - 0:50 
Thx for the answer.
Just have one question: your post seems like should have some links, urls inside but it does not. Did CP editor cut this off?
No more Mister Nice Guy... >: |

Questioncreate virtual server on Windows Server 2012memberJassim Rahma28 Feb '13 - 3:06 
Hi,
 
I am planning to purchase Windows Server 2012. I want to ask is it possible to have the same server contains two servers (one actual and virtual) or this feature is only available in Enterprise and dataCenter edition? and if it's possible, is it advisable? and what about the performance for both servers if I am going to have Windows Server 2012 running a Dell R720 with two processors?
 

Thanks,
Jassim[^]

 
Technology News @ www.JassimRahma.com

AnswerRe: create virtual server on Windows Server 2012memberihoecken28 Feb '13 - 3:42 
Jassim Rahma wrote:
I want to ask is it possible to have the same server contains two servers (one actual and virtual) or this feature is only available in Enterprise and dataCenter edition?

You can have to virtual machines with one Standard-Licence. There is no Enterprise-Licence for Windows 2012 only:
Standard, Datacenter, Essential and Foundation
------------------------------
Author of Primary ROleplaying SysTem
 
How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.

GeneralRe: create virtual server on Windows Server 2012memberJassim Rahma28 Feb '13 - 3:49 
two VM + plus the physical server? means I will have 3 running servers?

 
Technology News @ www.JassimRahma.com

AnswerRe: create virtual server on Windows Server 2012memberihoecken28 Feb '13 - 3:57 
Jassim Rahma wrote:
two VM + plus the physical server? means I will have 3 running servers?

Yes, but 2 VMs only on the same server, of course!
 
Here a little document, all my other ressources are German: http://download.microsoft.com/download/0/4/B/04BD0EB1-42FE-488B-919F-3981EF9B2101/WS2012_Licensing-Pricing_Datasheet.pdf[^]
------------------------------
Author of Primary ROleplaying SysTem
 
How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.

QuestionWin 2012 Server... Standard or Enterprise Edition?memberJassim Rahma27 Feb '13 - 5:58 
Hi,
 
I am planning a Windows Server 2012 for my company. It's an average of 100 users. Server will have MySQL, SQL Server and some file sharing.
 
Do you recommend to go for standard edition or enterprise edition?

 
Technology News @ www.JassimRahma.com

AnswerRe: Win 2012 Server... Standard or Enterprise Edition?memberihoecken28 Feb '13 - 3:39 
Jassim Rahma wrote:
I am planning a Windows Server 2012 for my company. ...
Do you recommend to go for standard edition or enterprise edition?

If I'm not wrong there is no enterprise edition. There are licence-fees per every 2 processor-sockets.
 
The datacenter might be cheaper for you if you want to run mutiple virtual machines.
------------------------------
Author of Primary ROleplaying SysTem
 
How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.

AnswerRe: Win 2012 Server... Standard or Enterprise Edition?memberVipin Pandey18 Mar '13 - 4:17 
Enterprise
 
Enterprise for Mission Critical & Applications Data Warehousing
Advanced high availability with AlwaysOn
High performance data warehousing with ColumnStore
Maximum virtualization (with Software Assurance)
Inclusive of Business Intelligence edition's capabilities

Business Intelligence
 
Business Intelligence for Premium Self-Service and Corporate
 
Business Intelligence
Rapid data discovery with Power View
Corporate and scalable reporting and analytics
Data Quality Services and Master Data Services
Inclusive of the Standard edition's capabilities

Standard
 
Standard continues to offer basic database, reporting and analytics capabilities
 

So, i think you should choose Standard.......
Questionwhich Anti Virus to choose for Windows 2012memberJassim Rahma26 Feb '13 - 22:18 
Hi,
 
I have just got my Windows Server 2012 Enterprise and I want to have an endpoint anti virus for it so I can manage all clients from the server.
 
I am not interested to go for Microsoft Security Solution.
 
I checked the market and following solutions available:
 
1. EST
2. Mcafee
3. Symantec
4. Kaspersky
 
if you had to choose from above, which one you'll decide?
 
Thanks,
Jassim[^]

 
Technology News @ www.JassimRahma.com

AnswerRe: which Anti Virus to choose for Windows 2012mvpEddy Vluggen26 Feb '13 - 22:47 
http://en.wikipedia.org/wiki/Comparison_of_antivirus_software[^]
 
Take a good look at the "controversy" column.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

AnswerRe: which Anti Virus to choose for Windows 2012memberRedDK21 Apr '13 - 12:34 
I've used McAfee on Windows Server 2008 R2 ... for five plus years. That's two (complete?) turns of McAfee "development" cycle and although each time they've changed something in their final production interface that managed to knock something out of whack on this system, I've now grown so familiar with readjustment that using it is really easy.
 
For instance, filtering IPs (comes wth a firewall replacement for the windows native).
 
There's not a lot of bell and whistle to it ("SAas" with firewall) like say, latest Norton Antivirus (on Vista 32-bit). But at the time, McAfee was the only vendor coming through for 64-bit personal use. So, it's served me well. To date.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web04 | 2.6.130523.1 | Last Updated 25 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid