Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Starman and timeout #92
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kolok commentedDec 26, 2013
Hello,
My situation is the following.
I use starman to serve a Perl Dancer API application. My main client timeout after 10 seconds. But the starman still run after if the request is really big (BigData project) then if a client call the API on the same server instance which still run then it doesn't answer.
Is there a way to set a time out on starman which stop the execution of Dancer request ?
Thank you
Nicolas