Ask a Question related to ASP Database, Design and Development.
-
Ray at #1
Re: IIS Server/ASP and large amounts of traffic
Just my opinion:
If he gets 8 million hits a month, that's about 3 requests/second. Of
coure, you did say uniques. Is that unique sessions, or unique page hits?
If it's unique sessions, and each person averages 5 pages/second, then
you're up to 15 requests/second. Not that this can be answered without
knowing what this site is doing (just static html? asp? aspx? database
stuff? external SQL server?, etc.), it shouldn't be a problem.
My intranet server goes well beyond 15 hits/second at times during the day
(especially when some knucklehead takes down the Exchange server in the
middle of the day), and it does just fine. 20-30% of the pages are ASP with
SQL Server stuff going on; others are .htm. And this server is old... Dual
PIII 500's and 768 MB RAM.
You may want to take a look at
[url]http://www.microsoft.com/downloads/details.aspx?FamilyID=e2c0585a-062a-439e-a67d-75a89aa36495&DisplayLang=en[/url]
Ray at work
"Awah Teh" <awaht@digicentriq.com> wrote in message
news:Ob84zVeXDHA.2464@TK2MSFTNGP09.phx.gbl...a> Good Morning,
> I need help answering this question. I am currently building a site for a
> client on an IIS 5.0 server with ASP technology, and my client anticipatestake/handle> huge hike in the amount of traffic to the site (due to the purchase
> agreements that they made with their traffic people). This traffic could
> possibly amount to 6-8 MILLION UNIQUES a month.
>
> The configuration of the server where the site will be hosted is as such:
> - 3 GB Ram
> - P4 2.0 GHrtz Pentium Processor
> - A lot of Hard drive space...
>
> My question is, is it possible for this server configuration to> that amount traffic? if no, could we handle that traffic by clustering the
> application over 2 or 3 servers with similar configurations?
>
> Thank you for help in advance.
>
> --
> Awah Teh
> DigicentriQ Technologies, LLC
> [email]awaht@digicentriq.com[/email]
> [url]www.digicentriq.com[/url]
>
>
Ray at Guest
-
Storing large amounts of data in one field
I have a Cold Fusion front end where I want to populate a MySql database with archive information. The front end puts in status and I then copy the... -
Retrieving large amounts of data
Why can I only retrieve and display 67,000 characters from a db column (text data type) that contains over 100,000+ characters?:confused; -
Displaying large amounts to text...
In my movie I would like to display a large amount of text. I need to have the ability to style the text with fonts other then just html and it... -
fitting large amounts of data onto CDs
if one has a fairly large (perhaps a gig or two) tree of source, etc. that needs to go onto a cd, is there a common trick/tool/etc. for dividing... -
How can I pass large amounts of data from a form?
If I use a form to pass data (say, for example, through a textbox) the data seems to be limited to somewhat smaller amounts. What should I do if I...



Reply With Quote

