Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what are the CGI Programs?

Answers were Sorted based on User's Feedback



what are the CGI Programs?..

Answer / chandra kunchala

CGI:- COMMON GATEWAY INTERFACE.

CGI programs ate process based.
when ever we are sending a reqeust a separate process will
create. for each and every request it will create separete
process. so with respect to memory point of view we 've
loss lot of memory. but in the case of servlets, servlets
are thread based, and it will create onle request and
response objects only, so at the momory point of view this
will not effect.

The major advantage of CGI over servlets is, there is no
data-in-constitency problem as because for each and every
requet it will create process in separate memory so, all
process are independent to each other. But in the case of
servlets thrads are creating in the shared memory, so, there
may be chance of getting data-in-consistency problem..

Is This Answer Correct ?    2 Yes 0 No

what are the CGI Programs?..

Answer / dheeraj singh

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 0 No

what are the CGI Programs?..

Answer / 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

what are the CGI Programs?..

Answer / saikiran

CGI is not a programing Language that was giving some
standards we can implement in any of the programing
language implement those low level standard is difficult
for that only servlet gets come into the picture

Is This Answer Correct ?    0 Yes 0 No

what are the CGI Programs?..

Answer / pinku pattanaik

CGI:- COMMON GATEWAY INTERFACE.

CGI programs ate process based.
when ever we are sending a reqeust a separate process will
create. for each and every request it will create separete
process. so with respect to memory point of view we 've
loss lot of memory. but in the case of servlets, servlets
are thread based, and it will create onle request and
response objects only, so at the momory point of view this
will not effect.

The major advantage of CGI over servlets is, there is no
data-in-constitency problem as because for each and every
requet it will create process in separate memory so, all
process are independent to each other. But in the case of
servlets thrads are creating in the shared memory, so, there
may be chance of getting data-in-consistency problem..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

What are its drawbacks of cgi?

0 Answers  


give the syntax of doGet() and doPost()?

2 Answers  


What is the importance of init() method in Servlet ?

0 Answers   BirlaSoft,


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

0 Answers  


How can the session in servlet can be destroyed?

0 Answers  


Explain their methods? Tell me their parameter names also have you used threads in servlet?

0 Answers  


What is the difference between the http servlet and generic servlet?

0 Answers  


Can a servlet be called by passing its name as a parameter in the URL?

1 Answers   iFlex,


What are different ways for authentication of servlet?

0 Answers  


program for RequestDispatcher in servlets?

3 Answers   Wipro,


What is the difference between sendredirect() and forward() in a servlet?

0 Answers  


How do we go with database connection and log4j integration in servlet?

0 Answers  


Categories