At Phusion, we recently unveiled an important feature in Passenger 6: generic language support. We also held a coding livestream and Q&A session on November 1st. Here’s wa recording of the livestream, as well as a overview and table of contents.
Passenger
Don't compare Boost.Function with NULL
Passenger is not an easy project to debug. Being written in C++, it occasionally runs into failures caused by low-level issues. Such is the case with a strange bug report that we received last week. Users reported that Passenger crashes during startup on FreeBSD 11.2, but not on earlier FreeBSD versions. This blog post describes my debugging journey.