Question - What do you mean by CGI and what are its drawbacks?
Answer -
CGI is an abbreviation for Common Gate Interface. It consists of a set of code segments at the server-side using which the server interacts with the client running on the web. The drawbacks of CGI are as follows:
- If there are multiple incoming requests, then the response generated will be very slow, which results in low efficiency.
- CGI is platform dependent.