/**

popular collection of scripts for all

*/
/** Search */

Development

 }

Speeding Up ASP Page Execution

Hits: 14
*****
0.0

Recursive Functions

Hits: 10
*****
0.0
ASP pages are executed on the
A function that calls itself
 
 
fly by a server when they
repeatedly, satisfying some
 
 
are requested by a visitor.
condition is called a
 
 
Because they are not
Recursive Function. Using
 
 
compiled, ASP scripts are
recursion, we split a
 
 
slow and hold up the
complex problem into its
 
 
processing of an html page.
single simplest case. The
 
 
This results in people
recursive function only
 
 
leaving your site and
knows how to solve that
 
 
severely reduces the
simplest case. You'll see
 
 
enjoyment that your asp apps
the difference between
 
 
can provide. This short
solving a problem
 
 
tutorial provides a few tips
iteratively and recursively
 
 
to increase the execution
later.
 
 
speed of your asp programs.
 
 
 


Date: Aug, 13 2000


Date: Aug, 04 2000
{ Copyright } ©2006 NuclearScripts.com