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.
_______________________________________________
dancer-users mailing list
[email protected]
http://lists.preshweb.co.uk/mailman/listinfo/dancer-users

Reply via email to