Continued from page 1
PERFORMANCE PROBLEMS
Of course, avoiding having your data corrupted should be
paramount consideration in choosing a script, but is there anything else we need to be concerned about?
Answer: Performance
Of course, all webmasters are aiming to build busy high traffic web sites... but will your scripts be able to handle
load?
Go back and re-read
paragraph on file-locking. Now think about what would happen if all
classified ads on your classified page were stored in a single file (or all
links on your top site, or all
subscribers to your autoresponder, etc.).
What would happen?
Answer: Because each update can only be performed after
previous update has been completely finished, your site may be slow, or even unable to handle all your users' requests.
So what's
solution?
There's two options that programmers can use:
1. They can use lots of small files and file-lock each individually (for example, one per classified, one per top site listing, etc.). Of course, this needs to be handled very carefully...
2. They can use a database (like MySQL), as databases allow any one individual record ("row") to be updated, even when another is also being updated.
IN CONCLUSION
Now, let's summarise:
1. Scripts that store data in files need to use file-locking to avoid data-corruption, and they also need to break
data into separately updateable chunks to avoid performance problems on busy web sites.
2. Scripts that store data in databases (like MySQL), provided of course that they have been properly coded, are usually less likely to suffer from data-corruption or performance problems.
And one additional point:
3. Even
best script is not immune to hard-disk hardware failures, your web host being struck by lightning, and all
other snafus that can happen. So, do take regular back-ups of any data that you can't afford to lose!
In short, even if you're not a script programmer, you need to be aware of data storage issues. In future, when considering a script for your web site, don't be afraid to ask some hard questions about how it stores data and how well it handles multiple users.
This article is Copyright (C) 2005, Answers 2000 Limited.
About
Author: This article was written by Sunil Tanna of Answers 2000. For a directory of ASP, CGI, PHP and Remotely hosted scripts, please visit http://www.scriptcavern.com - and for scripts written by Answers 2000 please visit http://www.scriptrocket.com ----------------------------------------------------------------- -----------------------------------------------------------------
Publication Terms And Conditions:
Answers 2000 Limited grants you a free non-exclusive permission (license) to publish a copy of this article on your web site or opt-in ezine, subject to you complying with ALL of
following:
1. You must publish
article in full and unedited (except that you may omit this Terms and Conditions section, you may omit
word count, and you may correct any typos that you might find). 2. If you publish on a web site: (i) you must make ALL links clickable, (ii) you may format
article to fit within your web site's design, (iii) you must include
copyright notice and "About
Author" section at
end. 3. If you publish in an ezine: (i) your ezine must be opt-in with your users having specifically elected to subscribe to your ezine and with
ability to unsubscribe at any time, (ii) you must include all link URLs unedited and in full, (iii) you may format
article to your ezine's layout, (iv) you must include
copyright notice and "About
Author" section at
end. 4. To
maximum extent permissible under law, this article is provided "AS IS" without warranties of any kind whether express or implied. 5. These terms and conditions shall be governed by and construed in accordance with
laws of England and Wales. Any disputes arising from matters relating to this article shall be exclusively subject to
jurisdiction of
courts of England and Wales. You agree that any legal action against Answers 2000 Limited (or its directors, officers, or employees) relating to this article or this agreement will be brought in
courts of London, England, however Answers 2000 Limited reserves right to pursue breach of these terms in any jurisdiction.
There are 1225 words in this article (including title and About
Author section).
-----------------------------------------------------------------

This article was written by Sunil Tanna of Answers 2000. For a directory of ASP, CGI, PHP and Remotely hosted scripts, please visit http://www.scriptcavern.com - and for scripts written by Answers 2000 please visit http://www.scriptrocket.com