[dancer-users] Just another dancer
Feng He
fenghe at nsbeta.info
Mon Jul 8 02:59:55 BST 2013
On 2013-7-5 17:20, sawyer x wrote:
> Are you using the default Dancer "built-in" web server?
> That should only be used for development. It's not performant at all.
>
> You should use something like Starman.
Thanks. I have switched to Starman for webserver.
$ plackup -E deployment -s Starman --workers=10 -l 127.0.0.1:3000 -D -a
bin/app.pl
It looks work fine.
More information about the dancer-users
mailing list