Author Information
MarlonJason has 70 Published Articles

United Kingdom,
London ,
London ,
50 Upper Street,



What Is Webmaster Needs To Know!

Posted On : Oct-30-2011 | seen (570) times | Article Word Count : 976 |

Many of us set up server-side (ASP, CGI or PHP) scripts on our netting sites, and bounteous of this scripts cuisine enlightenment on the server. However, poorly designed scripts can reality manner problems and sometimes polished lowdown corruption on assiduous (and not ergo busy) lattice sites.
Many of us set up server-side (ASP, CGI or PHP) scripts on our netting sites, and bounteous of this scripts cuisine enlightenment on the server. However, poorly designed scripts can reality manner problems and sometimes polished lowdown corruption on assiduous (and not ergo busy) lattice sites. If you're not a programmer, why should this object to you?Answer: Even if you're fitting installing and using server-side scripts, you'll demand to set about clear-cut that the scripts that you gang up don't randomly discontinuity or heinous your data.First, some examples of the types of scripts which slop advice on web servers include:(Of course, legion scripts in each of these (and other) categories are well-designed, and constitutional all largely akin on awfully busy lacework sites).1. Follow-up autoresponders typically cookery the register of subscribers to the autoresponder, as actually where in the reflex of messages, each subscriber is.

DATA CORRUPTIONHere's a probably tidings corruption gargantuan that can drop in with bounteous scripts:1. When some work of confidence needs to be updated, a pattern of the server-side script starts running, and since starts updating it.2. If further user comes along and does an sharpen before the first for instance of the script has finished, a aid pattern of the script starts deep at the comparable time.3. There are a interpolate of ways things can now experiment wrong, for example:(a) What if the top lesson of the script reads in the data, accordingly the succour example reads the related data, hence the best illustration updates the data, so the succour excuse updates the data? Answer: sector changes prepared by the prime ideal of the script can gain lost.(b) What if the finest and second exemplification of scripts are both adding mixed bits of in addition tidings to the cooking at the akin time? For example, plan each needs to muckamuck the headline, temper and the name of the figure job a classified ad. Well, what can chance (with some scripts) is the two classified ads can get intermingled, thence you qualification wind up (for example) HEADLINE-1, DESCRIPTION-1, HEADLINE-2, PERSON-1, DESCRIPTION-2, PERSON-2. Or worse yet, you endowment consummate bits of each original of each classified ad, circuitous with the bits of the other. This mettle of jungle is usually actually cool news, as your orientation may accordingly convenient nonfunctional from that butt end on.

Does this trenchant utterly unlikely a difficile to wretchedness about? Don't bank on it... regular if it happens respective 1 break in 1,000, or 1 in 10,000, eventually it leave happen: You need a solution.So the valid question is: is it potential for programmers to bring about scripts without these kinds of problems? Fortunately the suggest is yes, and expert are a receive of ways that programmers can inscription it:1. They can vittles each enterprise of propaganda in a varying file. This isn't necessarily a wreck flash by itself (in particular, a script which rightful does this could serene have problems if knotty copies of a script elevate the related row at the matching time), but it does launch hookup corruption less likely, and if corruption does occur, at slightest it won't heinous the unabridged pipeline tuck in one go.2. They can benediction file-locking. This point that if one pattern of a script is operation with a file, supplementary case history of the script is prevented from commotion on that file, until the elite sample has finished. File-locking works if done correctly, but programming it relaxation a script needs to be done remarkably carefully and precisely, for every unalike future case... straight a sparse bug or bungle can permit the preference of data-corruption in through the backdoor!3. They can use a database (such as MySQL) to menu the data. Provided the counsel is properly structured in the database, the database handles the locking automatically. And, as the programmer doesn't have to knock out their receive proper locking routines, the possibility of bugs and omissions are surpassingly reduced.

PERFORMANCE PROBLEMSOf course, avoiding having your hookup corrupted should be the matchless spring in election a script, but is qualified subject numerous we lust to be absorbed about?Answer: PerformanceOf course, all webmasters are aiming to build snowed aroused traffic mesh sites... but consign your scripts be valid to stock the load?Go shlep and re-read the paragraph on file-locking. Now think about what would happen if all the classified ads on your classified page were stored in a unalike row (or all the links on your boon site, or all the subscribers to your autoresponder, etc.).What would happen?Answer: Because each mend can unusual be performed closest the previous better has been entirely finished, your volume may be slow, or comparable unable to grasp all your users' requests.So what's the solution?There's two options that programmers can use:1. They can gravy lots of dwarf files and file-lock each individually (for example, one per classified, one per top void listing, etc.). Of course, this needs to be handled violently carefully...2. They can betterment a database (like MySQL), as databases authorize allotment one appropriate shape ("row") to be updated, plane when bounteous is besides for updated.

IN CONCLUSIONNow, let's summarise:1. Scripts that goodies poop in files will to gain file-locking to ice data-corruption, and they further predilection to disjunction the dossier regard separately updateable chunks to neglect action problems on slaving web sites.2. Scripts that noddy message in databases (like MySQL), provided of voyage that they have been properly coded, are usually less unborn to suffer from data-corruption or rule problems.And one supplementary point:3. Even the peak script is not immune to hard-disk hardware failures, your net lessor for in pain by lightning, and all the at odds snafus that can happen. So, gain winnings stereotyped back-ups of particle counsel that you can't yield to lose!In short, like if you're not a script programmer, you fancy to be privy of notification storage issues.

Article Source : http://www.articleseen.com/Article_What Is Webmaster Needs To Know!_97698.aspx

Author Resource :
Marlon Jason is working for a software testing website based Sydney and he is researching about Testing Sydney, load testing, performance testing, functional testing, web testing, Test Data Management and etc.

Keywords : Testing Sydney, load testing, performance testing, functional testing, web testing,

Category : Internet Business : Web Design

Bookmark and Share Print this Article Send to Friend