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
What do you mean by cgi and what are its drawbacks?
How does java thread pool work?
What’s the difference between genericservlet and httpservlet?
What's the advantages using servlets than using cgi?
Explain servlet.
Elucidate servlet attributes and its scope?
What is servlet container. how it works?
Explain get and post.
What is the servletconfig object?
How many servlet objects are created?
What is servlet in simple terms?
How can you create a session in servlet?
What is the purpose of dispatcherservlet properties?
How is an application exception handling is done using a servlet?
What is session tracking?