miyagawa / Starman

Starman is a high-performance preforking Perl PSGI web server
http://search.cpan.org/dist/Starman
Other
287 stars 84 forks source link

Endless retries to start the psgi app, instead of dying with errors. #81

Closed fy2 closed 11 years ago

fy2 commented 11 years ago

Hi, When I start my psgi app with starman and provide a wrong lib path (for example), starman keeps retrying (endlessly) to start my app while reporting the same error.

Is this a bug?

If not, how can I make Starman die immediately on (compile) errors?

(Starman version 0.4001).

miyagawa commented 11 years ago

Use --preload-app.