Joel Berger b4d459a949 cache the collection handle objects 11 years ago
..
README.md ede4a6b0b7 Add Carton to perl.sh and use Carton for the Mojolicious app 11 years ago
__init__.py 013257d22d Naming Perl properly 11 years ago
app.pl b4d459a949 cache the collection handle objects 11 years ago
bash_profile.sh 013257d22d Naming Perl properly 11 years ago
benchmark_config 013257d22d Naming Perl properly 11 years ago
cpanfile ede4a6b0b7 Add Carton to perl.sh and use Carton for the Mojolicious app 11 years ago
cpanfile.snapshot ede4a6b0b7 Add Carton to perl.sh and use Carton for the Mojolicious app 11 years ago
install.sh ede4a6b0b7 Add Carton to perl.sh and use Carton for the Mojolicious app 11 years ago
setup.py ede4a6b0b7 Add Carton to perl.sh and use Carton for the Mojolicious app 11 years ago
source_code 013257d22d Naming Perl properly 11 years ago

README.md

Setup

  • Perl 5.16.3
  • MongoDB 2.4.9
  • Wrk 2.0

Requirements

  • Mojolicious
  • Mango
  • JSON::XS
  • Hypnotoad provided by Mojolicious

The included cpanfile shows the declared depenencies for the app. The included cpanfile.snapshot pins the deployment to the actual versions used during development (generated by carton).

Deployment

Set production mode:

export MOJO_MODE=production

Start with Mojolicious' non-blocking preforking server

hypnotoad app.pl

To stop again, simply run

hypnotoad -s app.pl

Contact

Joel Berger (jberger, core dev team member, author of this app) - github:jberger Sebastian Riedel (sri/kraih, project founder)- http://mojolicio.us/perldoc/Mojolicious#PROJECT-FOUNDER Core developer team - http://mojolicio.us/perldoc/Mojolicious#CORE-DEVELOPERS

If considering changes from the above people, please consider them approved. Otherwise we would appreciate a heads up about implemenation changes.

IRC: #mojo on irc.perl.org