Read without ads and support Scribd by becoming a Scribd Premium Reader.
 
1
IntroductionIntroduction
 
Introduction to CGIIntroduction to CGI
When a server has client's request to compute a CGIprogram, usually written in C-like or Perl languages,is executed. A CGI receives parameters, executes oneor more computations, gets a result; send it back tothe client and exits. This means that at each client'srequest the same CGI program has to be loaded,executed and terminated. This procedure is actuallythe most popular in the client-server environment,but it often overloads servers.
 
Introduction toIntroduction to ServletServlet
Servlets are Java applications that can performthe same work of a CGI program. Their fastdiffusion means they can be considered a validalternative. Advantages offered by servlets have tobe searched first of all in the Java Servlet API(Application Program Interface) that assuresprogrammers they can write totally portablesoftware according to the Java principle "WriteOnce Run Anywhere".
Search History:
Searching...
Result 00 of 00
00 results for result for
  • p.
  • Notes
    Load more