DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2

Thread: ASP performance

  1. #1
    Join Date
    Aug 2004
    Posts
    43,023

    ASP performance

    [Originally posted by Alexandre Locas]

    Is it better :

    1.To have one big 1000 lines ASP script that call itself by passing a parameter
    (fonction=search, fonction=addrecord...)

    or

    2.To have about 10 different ASP scripts that will maybe have 200 lines of
    code each?

    Is the perfomance gain using the method #2 worth the extra code needed to
    use method #2???

    Thanx

  2. #2
    Join Date
    Aug 2004
    Posts
    43,023

    Re:ASP performance

    [Originally posted by FreeVBCode.com]

    Performance on a web site depends on many factors.ÿ In most cases, however, you probably won't notice a difference in performance between scenario 1 and scenario 2.ÿ If you are developing a high-volume web site that does expensive things such as creating many objects, you might want to benchmark the two scenarios.ÿ Otherwise, the real issue here is probably code maintainability, not performance.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links