Exforsys
+ Reply to Thread
Results 1 to 3 of 3

Performance Efficiency

This is a discussion on Performance Efficiency within the Java forums, part of the Programming Talk category; In terms of performance efficiency which is better Servlets or CGI. If you could provide reason it would give us ...

  1. #1
    Adrian is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124

    Performance Efficiency

    In terms of performance efficiency which is better Servlets or CGI. If you could provide reason it would give us a wide knowledge in this area.


  2. #2
    ashlee is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    108
    The main advantage of servlet is the server creates single instance of the servlet that could handle all request of client also in case of servlet information could be maintained between requests. This is an example where servlets could perform well than CGI.


  3. #3
    rachelle is offline Member Array
    Join Date
    Apr 2006
    Answers
    97
    I also believe that servlets are more efficient as said by ashlee. Also added to this if CGI performs fast operation the overheads associated with it is more than the lesser execution time achieved.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...