CGI(Commmon Gateway Interface) (JNNC Technologies)


CGI technology enables the web server to call an external program and pass HTTP request information to the external program to process the request. For each request, it starts a new process.


Disadvantages of CGI

There are many problems in CGI technology:
  1. If number of clients increases, it takes more time for sending response.
  2. For each request, it starts a process and Web server is limited to start processes.
  3. It uses platform dependent language e.g. C, C++, perl.

Post a Comment

0 Comments

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();