mongrel2-cpp
mongrel2-cpp copied to clipboard
A library to develop Mongrel2 handlers in C++.
This patch will enable mongrel2-cpp to compile and work with the latest libzmq and libjson-c libraries.
Previously there was no way for a single threaded program to be able to multiplex mongrel2 messages and data moving in or out of other file descriptors. This new connection.poll()...
I'm trying to build m2cpp with latest zmq and found that ZMQ_UPSTREAM is deprecated. ZMQ_PULL should be used instead. The CGI implementation had a mssing unistd.h header (for ::getopt) on...