473,326 Members | 2,110 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Will the code be much different if requirement on the number ofmaximum concurrent visitors is greatly different?

It is said as for code, developing a website that can stand 10,000
concurrent visitors is much different from developing a website that
can stand 1,000 concurrent visitors, is it true?
Dec 21 '07 #1
6 1419

"tenxian" <ma**********@gmail.comwrote in message
news:99**********************************@i29g2000 prf.googlegroups.com...
It is said as for code, developing a website that can stand 10,000
concurrent visitors is much different from developing a website that
can stand 1,000 concurrent visitors, is it true?
it's been said by an idiot then!
Dec 21 '07 #2
NC
On Dec 20, 4:15 pm, tenxian <mailtumen...@gmail.comwrote:
>
It is said as for code, developing a website that can
stand 10,000 concurrent visitors is much different from
developing a website that can stand 1,000 concurrent
visitors, is it true?
Since I don't know how to convert "concurrent visitors" into a more
commonly used unit (such as requests per second), I can't answer your
question as asked. However, there is one thing that sets high-load
application development apart; the application design should conform
to the expected deployment environment. In practice, it means that
applications that are to run on top of replicated databases can read
from any DB server in the replicating setup, but must write to one and
only one -- the master. So the application must maintain two separate
DB access routes -- one for reading, the other for writing.

Cheers,
NC
Dec 21 '07 #3
"NC" <nc@iname.comwrote in message
news:96**********************************@i29g2000 prf.googlegroups.com...
On Dec 20, 4:15 pm, tenxian <mailtumen...@gmail.comwrote:
>>
It is said as for code, developing a website that can
stand 10,000 concurrent visitors is much different from
developing a website that can stand 1,000 concurrent
visitors, is it true?

Since I don't know how to convert "concurrent visitors" into a more
commonly used unit (such as requests per second), I can't answer your
question as asked. However, there is one thing that sets high-load
application development apart; the application design should conform
to the expected deployment environment.
You mean "production" environment.
Dec 21 '07 #4
It is said as for code, developing a website that can stand 10,000
concurrent visitors is much different from developing a website that
can stand 1,000 concurrent visitors, is it true?
Well, an application that *only* can stand 1,000 concurrent visitors is
probably different from one that can only stand 10,000.

But if you really want to push the limits, you will have to know where
the weak spots of the system are. If they are in your software, you will
either have to fix that or work around them in other ways (by
load-balancing servers, for instance).

Regards,
--
Willem Bogaerts

Application smith
Kratz B.V.
http://www.kratz.nl/
Dec 21 '07 #5
On Dec 21, 2:15*am, tenxian <mailtumen...@gmail.comwrote:
It is said as for code, developing a website that can stand 10,000
concurrent visitors is much different from developing a website that
can stand 1,000 concurrent visitors, is it true?
It's all about the aim of the project. A 1000 concurrent visitor
project which uses complex database queries and processes will consume
more resources than a static site project with 10,000 concurrent
visitors or vice-versa.

However more visitors consumes more system resources (ram-cpu) - and
traffic, etc.
Dec 21 '07 #6

"Betikci Boris" <pa*****@gmail.comwrote in message
news:fa**********************************@a35g2000 prf.googlegroups.com...
On Dec 21, 2:15 am, tenxian <mailtumen...@gmail.comwrote:
It is said as for code, developing a website that can stand 10,000
concurrent visitors is much different from developing a website that
can stand 1,000 concurrent visitors, is it true?
It's all about the aim of the project. A 1000 concurrent visitor
project which uses complex database queries and processes will consume
more resources than a static site project with 10,000 concurrent
visitors or vice-versa.

However more visitors consumes more system resources (ram-cpu) - and
traffic, etc.

======

numbnuts, you miss again! the 'aim of the project' doesn't change regarless
of expected hit rates!!! it's how you design it that *might*. you've just
tried to pass off an orange-to-apple comparison as valid advice.

zzzzzzzzzzz....
Dec 21 '07 #7

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

Similar topics

1
by: lawrence | last post by:
I've had buffer problems before where a script dies silently but no error message ever reaches my screen, because of buffering issues. Perhaps that is happening now. The other possibility, which I...
100
by: Peter | last post by:
Company thought DB2 will be better than Oracle. The bottom line is when you do select, the system crash. I think it may take 4-5 years for DB2 to reach Oracle standard. Peter
0
by: Tom Warren | last post by:
I found a c program called similcmp on the net and converted it to vba if anybody wants it. I'll post the technical research on it if there is any call for it. It looks like it could be a useful...
19
by: Swaregirl | last post by:
Hello, I would like to build a website using ASP.NET. I would like website visitors to be able to download code that I would like to make available to them and that would be residing on my...
5
by: Lyle Fairfield | last post by:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/callnetfrcom.asp The Joy of Interoperability Sometimes a revolution in programming forces you to abandon all...
48
by: Tony | last post by:
How much bloat does the STL produce? Is it a good design wrt code bloat? Do implementations vary much? Tony
1
by: dez5000 | last post by:
I'm trying to get a report by location that would list the number of visits to the location for the month but also count the number of unique visitors to that location. I have a table of data with...
2
klarae99
by: klarae99 | last post by:
Hello, I am working in Access 2003 to create a database to record information about an annual fundraiser. I was hoping someone could review my table structure and make sure that it is normalized...
27
by: Dave | last post by:
I'm having a hard time tying to build gcc 4.3.1 on Solaris using the GNU compilers. I then decided to try to use Sun's compiler. The Sun Studio 12 compiler reports the following code, which is in...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.