Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow production (performance) mode for web server #42

Open
bwbaugh opened this issue Apr 1, 2013 · 0 comments
Open

Allow production (performance) mode for web server #42

bwbaugh opened this issue Apr 1, 2013 · 0 comments

Comments

@bwbaugh
Copy link
Owner

bwbaugh commented Apr 1, 2013

While developing or debugging it is essential that the web server be able to restart quickly, as it is able to now by having the classifier not being loaded locally. However, in production the initial start time doesn't hurt as much, and we can improve performance by around 5x to 20x alone through loading the classifier locally.

Therefore, we need the ability to run the server in debug mode with quick loading / restart ability, but also need to just as easily run the server in production mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant