On Wed (09/01/13), kavita kulkarni wrote: > Hello, > > I am having a cgi script to present DB monitoring results. > Now, I am thinking about migrating that script into mojo (Mojolocious) and > I have below queries in my mind: > > 1. What's advantage of using mojo over cgi? > 2. Is mojolocious ready to deploy in production? if so, which version goes > well with perl 5.8.8 on Linux? > 3. Any other suggestion? > Thanks in advance. > > Regards, > Kavita :-)
Hi there. Mojolicious is great and Mojolicious::Lite would be ideal for your project. Plus, it has great docs and tutorials. To answers your questions: 1. Security, simplicity. 2. Better check out perlbrew http://perlbrew.pl/ to install a newer perl, without interfering with your distro's packages. A nice production setup is nginx as reverse proxy in front of mojo's hypnotoad. 3. Dancer (http://www.perldancer.org/) is also another option, but I prefer Mojo. Best, -- Manolis Tzanidakis http://mtzanidakis.com/ mtzanidakis[at]gmail[dot]com -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/