473,320 Members | 2,094 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,320 software developers and data experts.

Question on PhP, MySQL

Question on PhP, MySQL

I am thinking of a consumer internet business for which I will have to
build a database driven site.

I am thinking of using
PhP, MySQL as the main technologies amd Linux hosting( and some
Dreamweaver).

My question is:
what is the maximum number of hits (UUs) a day/month can such a site
with these technologies handle ?

How robust is PhP, MySQL?

Thanks

Kim

Oct 28 '05 #1
13 1506
ki***********@yahoo.com wrote:
what is the maximum number of hits (UUs) a day/month can such a site
with these technologies handle ?


31,415,927 hits per month maximum.

--
E. Dronkert
Oct 28 '05 #2
31,415,927 hits per month maximum.


After considerable research I managed to find a more accurate figure:
31,415,926.53 hits per month.

Hope this helps.

---
Steve

Oct 28 '05 #3
On Fri, 28 Oct 2005 15:34:17 +0300, Steve <go********@nastysoft.com> wrote:
31,415,927 hits per month maximum.
After considerable research I managed to find a more accurate figure:
31,415,926.53 hits per month.


Does it means 11 hits per second?
what to do if more hits needed?

Hope this helps.

---
Steve


--
---
Exact Meta Search | Major Search Engine
http://exactsearcher.com
Oct 28 '05 #4
31,415,926.53 hits per month.
Does it means 11 hits per second?
what to do if more hits needed?


Simple: just double the number you first thought of.

---
Steve

Oct 28 '05 #5
Steve wrote:
31,415,927 hits per month maximum.


After considerable research I managed to find a more accurate figure:
31,415,926.53 hits per month.


Out of plain curiosity, how did you reach this exact figure?

--
Kim André Akerĝ
- ki******@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)
Oct 28 '05 #6
I believe their number 31,415,927 - comes from being pi ssed off with
the question.

Kim André Akerĝ wrote:
Steve wrote:

31,415,927 hits per month maximum.


After considerable research I managed to find a more accurate figure:
31,415,926.53 hits per month.

Out of plain curiosity, how did you reach this exact figure?

Oct 28 '05 #7
Don't multi-post to newsgroups... This question was also posted to
alt.www.webmaster
ki***********@yahoo.com wrote:
Question on PhP, MySQL

I am thinking of a consumer internet business for which I will have to
build a database driven site.

I am thinking of using
PhP, MySQL as the main technologies amd Linux hosting( and some
Dreamweaver).

My question is:
what is the maximum number of hits (UUs) a day/month can such a site
with these technologies handle ?

How robust is PhP, MySQL?

Thanks

Kim

--
Justin Koivisto, ZCE - ju****@koivi.com
http://koivi.com
Oct 28 '05 #8
Craig Storey wrote:
I believe their number 31,415,927 - comes from being pi ssed off with
the question.


ROTFL - I didn't see it until you put it that way.

--
Kim André Akerĝ
- ki******@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)
Oct 28 '05 #9
JDS
On Fri, 28 Oct 2005 05:25:58 -0700, kimshapiro100 wrote:
what is the maximum number of hits (UUs) a day/month can such a site
with these technologies handle ?

a lot
How robust is PhP, MySQL?


very

--
JDS | je*****@example.invalid
| http://www.newtnotes.com
DJMBS | http://newtnotes.com/doctor-jeff-master-brainsurgeon/

Oct 28 '05 #10
> 31,415,926.53 hits per month.

Can you please elaborate the source? Netcraft or mysql site?
--
Raqueeb Hassan
Bangladesh

Oct 28 '05 #11
Raqueeb Hassan (wi*******@gmail.com) wrote:
: > 31,415,926.53 hits per month.

: Can you please elaborate the source? Netcraft or mysql site?

The source was comp.lang.php after they posted it.

Oct 28 '05 #12
In article <11**********************@g43g2000cwa.googlegroups .com>,
ki***********@yahoo.com wrote:
Question on PhP, MySQL

I am thinking of a consumer internet business for which I will have to
build a database driven site.

I am thinking of using
PhP, MySQL as the main technologies amd Linux hosting( and some
Dreamweaver).

My question is:
what is the maximum number of hits (UUs) a day/month can such a site
with these technologies handle ?

How robust is PhP, MySQL?

Thanks

Kim


If you're going to invest in this venture, you need to seriously start
reading up on php, MySQL, database, the web, Linux, capacity planning,
and network management.

To answer your question about capacity, I'll give you the default answer:

"That depends" (on the configuration of the system running the database,
the layout of the database, queries, and network bandwidth)

If this is a question for your 1st MBA class, you've got a lot of
reading to do...

--
DeeDee, don't press that button! DeeDee! NO! Dee...

Oct 28 '05 #13
ki***********@yahoo.com wrote:
I am thinking of a consumer internet business for which I will have to
build a database driven site. [...]
what is the maximum number of hits (UUs) a day/month can such a site
with these technologies handle ?


OK, serious answer; have a look at
http://firebird.sourceforge.net/conn...dbContest.html and wait a few
weeks for the contest to close and the results to come out. I think it
will be quite informational.

--
E. Dronkert
Oct 30 '05 #14

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

Similar topics

2
by: j-marvin | last post by:
hi- i have a book on mysql written for version 4 that has hard to read screen shots. i'd like to get a newer mysql book. do i have to worry about the version number of mysql i am using if i use...
0
by: MJL | last post by:
This is a mysql/php question (but a little more on the mysql side.) The two are so closely related these days, I thought it would be ok to ask here. I installed on my Suse Linux system mysql 4.0...
8
by: Tony Clarke | last post by:
Hi, Just a quick question about performance with MySQL & PHP. If I had a table in a MySQL database with about 100,000 records in it and I need to find the last record is there a quick way to do...
0
by: Ben Margolin | last post by:
I am new to subselects, and what I really want is to do them in an update, but the following shows a simpler select, that also doesn't seem to work as I think it should. Advice? Do I just...
0
by: Charles Cantrell | last post by:
I have recently set up mySQL on a Mandrake release of Linux (Version 7 of Mandrake, I believe), using the binary 4.0.13 standard release. The set up and start up all were normal, as far as I...
5
by: jayson_13 | last post by:
Hi, I need to implement a counter and i face problem of locking so hope that u guys can help me. I try to do test like this : 1st connection SELECT * FROM nextkey WHERE tblname = 'PLCN'...
2
by: kimshapiro100 | last post by:
Question on PhP, MySQL I am thinking of a consumer internet business for which I will have to have a database driven site built. I am thinking of using PhP, MySQL as the main technologies...
18
by: Frances | last post by:
I want to learn PHP.. I know JSP, Servlets, have been using Tomcat for 2 years now, and even though I know there are ways you can use PHP in conjunction with Tomcat, I'd rather not tinker with...
2
by: redefined.horizons | last post by:
I'd like to introduce myself to the group. I am currently researching the use of MySQL as a database backend for AutoCAD Map 3D. I will hopefully be doing some work with geospatial data in MySQL. ...
1
by: rockdale | last post by:
Well, I guess I did express myself very clearly. I implemented the Ent Lib 2.0 data block against SQL database successfully. The system now is a production system. But now we want to migrate the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
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...
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: Shĉllîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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.