http://www.perlmonks.org?node_id=1085686


in reply to Re: Mojolicious::Lite: Should i use the build-in web server?
in thread Mojolicious::Lite: Should i use the build-in web server?

Thank you very much Pizentios for your advice. I'll give it a try.

"...as we have no idea of what your application does..."

Briefly, it's just about tracking some business processes:

I described the software stack i use :-)

Best regards, Karl

«The Crux of the Biscuit is the Apostrophe»

  • Comment on Re^2: Mojolicious::Lite: Should i use the build-in web server?

Replies are listed 'Best First'.
Re^3: Mojolicious::Lite: Should i use the build-in web server?
by Pizentios (Scribe) on May 12, 2014 at 14:34 UTC

    Sounds to me like perl and mojolicious would handle your processes just fine.....and do it fast. I have done many projects that involved processing csv files doing something with the data and then saving to a database or another format. I have found that perl does this type of thing very well. There are many modules in cpan for working with csv/excel.

    Mojolicious has plugins to get you running with roles very quickly as well (ie: operator status etc)...https://metacpan.org/pod/Mojolicious::Plugin::Authorization comes to mind. Good luck and i hope you enjoy the framework as much as i do.

    -Pizentios

      Thanks again Pizentios. I just started to play with this tools...

      Best regards, Karl

      «The Crux of the Biscuit is the Apostrophe»

        Good luck and have fun!
        -Pizentios
Re^3: Mojolicious::Lite: Should i use the build-in web server?
by vincent_veyron (Sexton) on May 12, 2014 at 19:37 UTC

    I use a stack made of Apache/Mod_perl/Postgres that I find very versatile; there are options to use nginx instead of Apache, and of course many databases through DBI.pm

    All of what you describe could be done with a couple modules in Perl that query some tables in a database and generate a few lines of html. Since you know Perl already, the initial learning curve for mod_perl does not seem huge.

    I'm not sure what a framework brings you over this in your case?



    libremen.com : legal case, contract and insurance claim management software
      "A basic theme which is...well, You understand what a basic theme is. And then the variations include ah, manoeuvres that might be executed with the aid of ah, extra-terrestrial gratification..." (Frank Zappa)

      Thank you very much for answering and best regards, Karl

      «The Crux of the Biscuit is the Apostrophe»