in reply to pointers for creating a persistent RESTful server using Moose

with pure Plack: Router::Resource

or with frameworks: Catalyst::Action::REST, Dancer::Plugin::REST

persistent server: plackup --port 80 my-snmp-app.psgi