Answer Posted / shakir khan
CGI scrpit is a program that takes data from standard input,
performs some logic and send data to standard output.
The problem with CGI script is that your server must
restart the CGI scritpt everytime a new request is
issued.This means everytime a client communicates,your
server needs to begin a new process.Starting and stopping
processess are expensive operations.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Where do you define dispatcherservlet?
What is the difference between portlet and servlet?
What are the common methods that are included in the http servlet class?
What are advantages of servlets over cgi?
What is the
How we can create war file in servlet?
What is the capacity the doget can send to the server?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What are the key methods that are involved in processing of http servlets?
What is meant by cookies?
How do you get the ip address of the client in servlet?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
What are some disadvantages of storing session state in cookies?
What are session variable in servlets?
What is the use of servletconfig interface?