Web Server Administration: CGI pros & cons
CGI pros & cons
Pros:
- Simple API
- Any programming language supported by OS can be used
Cons:
- Poor Performance (creates a process for each request)
- Non-persistent (no data saved between requests)
- Cannot interact with web server