The virgin HTTP libraries:
- Will get wrapped around a stupid fucking HTTP Proxy anyway, defeating the purpose of even existing
- needs a separate config file specified by the developer on how to handle events
- memory leaks will cost over time
- Performance and bugs depends on how the library is implemented
- Potential point of failure
- Needs to carry around local variables all day and handle all requests himself
The ChadGI CGI
- Shit out the document and someone else do the work
- Takes environment variables
- Memory leaks are meaningless when the process is complete
- Works in nearly every programming language, even plain bash
- Global variables win again