Scalability Of JSP And ASP
if some one provides some information about scalability and performance of ASP vs JSP.
Scalability of JSP vs. ASP (which one is better?) Performance of JSP vs. ASP (which has better performance?)
I have been looking for graphs, and charts that compare JSP vs. ASP (scalability and performance) but I couldn't find any. If anyone knows any link which has scalability of performance graph of ASP vs. JSP, please let me know.
View Replies
What does the term "scalability of an application" mean?
View Replies
View Related
We have an "API" that is written in ASP. Basically it is an ASP page that receive an XML Query string post and sends back a response as a "response.write". The ASP page does validation and SQL calls then eventually written to the SQL 2000 DB and send the response. This works perfect. It is similar how Authorize.Net users post transactions.
I am concerned about the availability and scalability of this. Our webserver is dedicated and the SQL DB is on a separate server (dedicated too). What happens when we have 100 concurrent users transmitting this query string to the ASP file? Will it freeze, hang, lose transactions? Is there a better way that does not re-writing in .NET or another language?
View Replies
View Related
How can I test the scalability of my website, e.g how can I check if my website still performs correctly when there are 300 people visiting?
View Replies
View Related