NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes

Visitor Rating

Using the Application Object to Improve Performance
2695 Using the Application Object to Improve Performance http://www.15seconds.com/Issue/010511.htm Companies using Web services sold by application service providers (ASPs) are expected to increase nearly 250 percent by 2004, according to the Phillips Group (see http://www.networkcomputing.com/1125/1125service1.html). Substantial portions of those Web services provide Application Programming Interfaces (APIs) to their services via the Internet. While these services are convenient and easy to use, they also dramatically increase network traffic and potentially slow down application performance. Despite the potential slowdown, most customers simply execute a round-trip request for every one of their incoming requests ASP > Tips and Tutorials > Development Oct 10, 2006

Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  

Bookmark Using the Application Object to Improve Performance:


Other links at ASP > Tips and Tutorials > Development
ASP pages are executed on the fly by a server when they are requested by a visitor. Because they are not compiled, ASP scripts are slow and hold up the processing of an html page. This results in people leaving your site and severely reduces the enjoyment that your asp apps can provide. So what can you do about it?
There are a few things you can do to speed up an asp script. By speeding up, I mean decreasing the execution time of a script. These tricks will not speed up a database script that writes 10,000 entries to an html table. The reason that those scripts take so long is not necessarily related to the database trip and asp execution but to the rendering of html, especially tables, by a browser. All that said, these tricks will probably increase ASP performance even more if your site is really busy
Category:

Use dependent listboxes for example to let a user choose a rep in a reps listbox and then have only the customers for that rep be shown in the customers listbox
Category:

Text manipulation in .asp is a snap. The following example takes a string of ten numbers 8005551212 (the 800 number for 800 info) and splits it into the common ###-###-#### format.
Category:

Show that you can send email with something other than ASP
Show how to consume a COM server
Send email when your email server is down (thanks to all the f%*&@g spammers!)
Frame that bastard in the office ;-)
Category:

LCase(string) and UCase(string) Changes to lower case or to upper case
Category:




Main Category
199
2044
829
286
175
1801
1439
913
1177
7568
70
917
59
2238
175

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 19869
Categories: 1275
Registered Users: 783
Mailing List Subscribers: 2049
Unique Outgoing Hits: 233743

Pagerank Statistics
PR 10
1 site(s)
PR 9
11 site(s)
PR 8
49 site(s)
PR 7
207 site(s)
PR 6
655 site(s)
PR 5
1692 site(s)

PHP News