If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Your opinions please

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-22-04, 14:20
jonrohan jonrohan is offline
Registered User
 
Join Date: Mar 2004
Posts: 42
Your opinions please

Hi,

Ok.. Im about to start a work placement soon and part of my job is to develop a site for estate agents and various agencies. This will use data held on a server which is queried via Php. All the data will be held on a server in the office. Now how many simultanious connections could the MySQL and php handle? Is it like 300-400. I know this is relient on the server speed so say its a 1 gig server.

Is their a better way to do this? It needs to be cheap, free being ideal.

Cheers for your opinions.
Reply With Quote
  #2 (permalink)  
Old 06-22-04, 14:35
adamr adamr is offline
Registered User
 
Join Date: Mar 2004
Posts: 10
I'm sure it's between 100 and 115 simultaneous DB connections (threads).
Reply With Quote
  #3 (permalink)  
Old 06-22-04, 14:49
jonrohan jonrohan is offline
Registered User
 
Join Date: Mar 2004
Posts: 42
Is that dependent on the server or just the limititions within MySQL and php. By the way id be using the ADODB scripts to connect to it.
Reply With Quote
  #4 (permalink)  
Old 06-22-04, 15:39
adamr adamr is offline
Registered User
 
Join Date: Mar 2004
Posts: 10
http://dev.mysql.com/doc/mysql/en/To...nnections.html

i was way off :

"The maximum number of connections MySQL can support depends on the quality of the thread library on a given platform. Linux or Solaris should be able to support 500-1000 simultaneous connections, depending on how much RAM you have and what your clients are doing."
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On