| Author |
Which is technology is faster
|
Talha Husain
Greenhorn
Joined: Feb 08, 2006
Posts: 1
|
|
Hi, can u please tell me that which technology is faster between JSP & ASP and Y if u can help me by mena of any thing so please help me. Take Care See U
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
Amazingly Slow Pages
|
[My Blog]
All roads lead to JavaRanch
|
 |
Stefan Evans
Bartender
Joined: Jul 06, 2005
Posts: 1005
|
|
JSP is faster of course. (What other response do you expect on a JSP forum?) Seriously: The speed of an application is determined more by what you do on your pages rather than the technology. If you download 10MB of data with each page, your application will be slow. If you run a query that takes 5 minutes to finish, your application will be slow. This is independant of the choice ASP/JSP. You can write bad/slow code in either one. If you write good code, I would say the difference is insignificant compared to other factors (database, number of users, power of server...)
|
 |
 |
|
|
subject: Which is technology is faster
|
|
|