Hacker News new | ask | show | jobs
by FooBarWidget 4789 days ago
How can we improve Phusion Passenger? We're very open to feedback from HN readers. If you have any suggestions, please let us know. If you have any questions about it please feel free to ask.
3 comments

I'd love to see a 'phusion passenger for background tasks'. Managing large amounts of resque workers is a pain.
That is a great suggestion, and it has actually been on our minds of a while now.
I'd love to beta test this if you ever decide to implement :)
Please subscribe to our mailing list then, we'll keep you up to date about developments. :)
what is "large amounts"?
1. Does nginx spdy module is enabled by default? 2. Sometime ago you said that Ruby 2.0 has some bugs you suggested to wait for next Ruby 2.0 patch release. Is this still the case?
1. No, but you can easily enable it by yourself by choosing option "(2) I want to customize my Nginx installation. (for advanced users)" in passenger-install-nginx-module. Arbitrary Nginx configuration is fully supported. We're going to enable SPDY by default in a future versions.

2. Yes. Phusion Passenger 4 fully supports Ruby 2.0 so it doesn't prevent you from using it, but you may run into Ruby 2.0 bugs, e.g. https://bugs.ruby-lang.org/issues/8100. We recommend staying with 1.9.3 until the next Ruby 2.0 patchlevel, but the choice is yours.

Any plans to support ASP.net via Mono?
That would be nice, as mono processes sometimes hang and you have to restart the server. Could be nice if this is done automatically. Do you know of any alternatives for mono?
Not sure if there are any