Hello, I am developing a FastCGI application, where there user's request will be received on an NGINX server, then passed to a FastCGI server where the request will be handled. I am using fcgi-2.4.0 library (libfcgi) develped by OpenMarket.
As far as I know libfcgi does not implement event handling for writing or reading file descriptors and I would like to ask if there are any project that implements FastCGI library with libev ? I have been searching but didn't find any, maybe it is because it is not a speed issue since the application server could use libev to write into fastcgi's file descriptor when preparing the output to the user? Please correct me if I am wrong, I am just starting in high performance webapp development area. Regards -- ================================== The power of zero is infinite _______________________________________________ libev mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
