One of the nice things about Wt, the C++ framework for build websites, and Microsoft C#/.Net, is that the focus is on creating fully compiled applications (including built in web server) that run from binaries. This can give a real performance and scaling boost. I have seen Python compiled to machine code for HPC; is this possible for Rails apps?
Share
Not exactly. The closest thing I know of would be to use jRuby to install your app as part of a Java application server.