|
#1
|
|||
|
|||
|
OK, so I'm going to host a vbulletin forum. Of course VB is a very DB intensive program (at least it seems to be to me). I'm hosted on another host right now, and there are just times of the day, that I can almost call that the site just slows to a crawl. If it was at 3am - 5am eastern, no biggie, but it seems to happen at like 8 am.
But I digress.. I know that the shared hosting allows 25 sql connections at once, but that still allows a larger number of folks to use it. Is that 25 connestions per DB or 25 per account? IE: for different add ons for VB if I have different DB's would that allow 25 for each, also spreading it out some. What are the limits of DB queries? I was installing one addon that uses a zip code file and it exceeded my 50k queries, so I had to wait 15 min or so for it to allow me to use it again, but I couldnt get that autimatically installed. I guess there is nothing that stinks more then having your users click a link on the forum and it takes over a minute to pull up sometimes. This new forum I'm going to be running could be having 200 or so users browsing at one time with no problems. IF it goes well, could have more (at that point of course I'd consider either a semi or fully dedicated server if the funding allows ). in advance for some insight.
|
|
#2
|
|||
|
|||
|
Quote:
Quote:
|
|
#3
|
|||
|
|||
|
OK, so either a 2nd DB or just a 2nd DB user on the same DB gets the 25 connections? Cool..
|
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
||||
|
||||
|
Quote:
if you add the debug command in your config file, you can see what queries are running on your install and get some idea of what might be slowing you down. add this line to your config.php in your vb include folder. Code:
$config['Misc']['debug'] = true; anywho, good luck. peace out.
__________________
~dix Last edited by Goddess Dix; 11-05-2007 at 03:30 PM. |
![]() |
| Bookmarks |
| Thread Tools | |
|
|