>>> "Ajith.kp" <[EMAIL PROTECTED]> 04-May-00 11:20:29 AM >>>

> Can any body throw some light on what are the
>advantages of Servlets over ASP

Check the archives - this has been discussed loads.

Breifly they are:

- servlets are cross platform (because Java is)
- servlets are quicker (given comparable hardware and a decent JIT)
- servlets are a more flexible model of web programming


>in spite of the fact that Servlets are too slow compared
>to ASPs ?

Too slow compared to ASPs?

What planet are you from?

The only possible way a servlet could be slower than ASP is if the
servlet was running on inferior hardware.

I have *never* seen ASPs beat servlets in speed (for anything other
than M$ specific tasks) on comparable hardware.


> How can I delegate some of my Servlet's work to ASP ?

If ASPs are so cool why don't you write the whole thing using ASPs?

Alternately you could consider using JSP - a usefull equivalent to
ASP which compiles files to servlets... which run faster than ASPs.



Nic Ferrier

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to