-
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
-
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
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
|
Bookmarks