mathopd is not scalable, because uses select for connection multiplexing. With many connections, CPU load is many times higher, than for nginx or lighttpd (where epoll/kqueue used). I suggest to use nginx instead…
mathopd is not scalable, because uses select for connection multiplexing. With many connections, CPU load is many times higher, than for nginx or lighttpd (where epoll/kqueue used). I suggest to use nginx instead…