Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#193092 - 11/12/2003 17:07 IIS on Win2K
lectric
pooh-bah

Registered: 20/01/2002
Posts: 2085
Loc: New Orleans, LA
Off the top of anyone's head, what is the maximum number of concurrent IIS connections to a win2K Pro box, as in, not server?

Top
#193093 - 11/12/2003 18:09 Re: IIS on Win2K [Re: lectric]
ricin
veteran

Registered: 19/06/2000
Posts: 1495
Loc: US: CA

IIS has the following limitations:

* Limited to 10 connections
* Limited to one Web and one FTP server. In other words, you cannot create additional virtual Web or FTP servers.
_________________________
Donato
MkII/080000565
MkIIa/010101253
ricin.us

Top
#193094 - 12/12/2003 02:05 Re: IIS on Win2K [Re: ricin]
andy
carpal tunnel

Registered: 10/06/1999
Posts: 5914
Loc: Wivenhoe, Essex, UK
In the past I have managed to get both more than 10 connections and more that one website on a Win2k Pro box. I did it by hacking around with the metabase to make it look more like a Win2k Server box.

I did it because while I had the Win2k Server licences I wasn't being allowed to reinstall the OS on the box it was intended for. Office politics...

Last time I tried it though it failed. I think Microsoft must have got wise to it and "fixed" it in a service pack/hotfix.
_________________________
Remind me to change my signature to something more interesting someday

Top
#193095 - 12/12/2003 03:58 Re: IIS on Win2K [Re: andy]
BryanR
member

Registered: 29/08/2000
Posts: 153
Loc: Berkshire, UK
I can't say I've tried it myself, but there's a script called "mkw3site.vbs" that can be used to create a new virtual web server. It should be located in your /inetpub/AdminScripts directory.

Who knows - it might even work.


Edited by BryanR (12/12/2003 03:59)
_________________________
Bryan.

Top
#193096 - 12/12/2003 08:19 Re: IIS on Win2K [Re: ricin]
lectric
pooh-bah

Registered: 20/01/2002
Posts: 2085
Loc: New Orleans, LA
Thanks guys... It looks like the geniuses a our contract company put our taxbill payments website on Win2K Pro. People have a month to pay, 60,000 citizens. People are getting server busy messages left and right. Well, at least it wasn't MY fault. Now to migrate it to server...

Top
#193097 - 12/12/2003 11:02 Re: IIS on Win2K - Try this first! [Re: lectric]
johnmcd3
enthusiast

Registered: 19/04/2001
Posts: 369
Loc: Seattle, WA (formerly Houston,...
Wait!

I have run across this before, and it was easily solved by unchecking the "HTTP Keep-Alives Enabled" on the "Web Server" tab of the properties window. ISTR that that box is checked by default as it decreases response time for small numbers of connections.

In my experience, the 10 simultanious connections goes way further than most people expect, as they are each servered in fractions of a second. If you have that checked, this will likely fix your issue so that you don't have to do an OS reinstall. (Unless you really do have a massive, massive amount of people hitting your box.)

Something to try, at least.

John
_________________________
1998 BMW ///M3 30 GB Mk2a, Tuner, and 10 GB backup

Top
#193098 - 12/12/2003 11:23 Re: IIS on Win2K - Try this first! [Re: johnmcd3]
lectric
pooh-bah

Registered: 20/01/2002
Posts: 2085
Loc: New Orleans, LA
Aha..... I will certainly give it a shot.... Thank you!

Top
#193099 - 12/12/2003 13:48 Re: IIS on Win2K - Try this first! [Re: lectric]
andy
carpal tunnel

Registered: 10/06/1999
Posts: 5914
Loc: Wivenhoe, Essex, UK
You could also mitgate the problem by moving the IIS site to something other than port 80 and running proxy on port 80 to cache requests to real IIS webserver. I expect you could set Apache up to do this (it might not be easy if you were new to Apache though).

It looks like there is at least one "free" Windows http proxy that you could use instead of Apache:

http://www.delegate.org/delegate/
_________________________
Remind me to change my signature to something more interesting someday

Top
#193100 - 12/12/2003 21:07 Re: IIS on Win2K - Try this first! [Re: andy]
lectric
pooh-bah

Registered: 20/01/2002
Posts: 2085
Loc: New Orleans, LA
Thanks for all the suggestions guys. It appears that this has fixed my particular problem. Without migration.

Top