|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
|||||||
| New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. |
|
|
Thread Tools |
|
|
#1 |
|
Registered User
Join Date: Dec 2002
Location: Sidney/Milan
Posts: 24
|
I Need A Techincal Help Please
Hi guys,
my problem is this. I'm mananging more than 20000 pages and I'm using mnay PHP scripts to show banners and some stuuf on my pages. I started using some flat text file then I switched to MySQL but I still have problems with my server. It slows down often and my provider seems no to be able to help me. I have a dedicated server really powerful but I think it could be misconfigured. I decide to modify my scripts including a .inc files with data to reduce load on my machine. Do you think it's correct ? Which is difference in reading a flat file or accessing to MySQL table or including a file ? Any suggestio to reduce load on my server ? How many calls can be tolerated by MySQL before slowing down ? Thanks and Kisses Isa |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Feb 2003
Location: Netherlands
Posts: 1,109
|
You may just have a very slow server, log into telnet or ssh and type 'top' to see all processes and their load. It is also possible you don't have enough RAM and it's starting to swap.
By the way you should never use a flat file unless your database is very small. I use it even when it's just a few records. When you use a file the whole thing gets read into the memory.
__________________
![]() Multihomed quality BW for less ICQ 51034232 - MSN [email protected] - Email keydet(at)vibehosting.com |
|
|
|
|
|
#3 | |
|
Registered User
Join Date: Dec 2002
Location: Sidney/Milan
Posts: 24
|
Quote:
You're right and I'm using MySQL but I have the same problems Isa |
|
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: Feb 2002
Location: NW Florida
Posts: 1,190
|
URL ?
|
|
|
|