Cgi-bin Alternatives
Similar projects and alternatives to cgi-bin
-
fasthttp
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
plow
A high-performance HTTP benchmarking tool that includes a real-time web UI and terminal display
cgi-bin discussion
cgi-bin reviews and mentions
- Serving a half billion requests per day with Rust and CGI
-
Serving 200M requests per day with a CGI-bin
I had the same thought which is why I created my own little "gohttpd" server for running the CGI program.
https://github.com/Jacob2161/cgi-bin/blob/main/gohttpd/main....
It was faster but not by very much. Because running CGI programs is forking, a forking model for Apache works about as well as something event based.
Stats
Jacob2161/cgi-bin is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of cgi-bin is Dockerfile.