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

Concurrent requests #5

Open
craigjbass opened this issue Nov 3, 2019 · 0 comments
Open

Concurrent requests #5

craigjbass opened this issue Nov 3, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@craigjbass
Copy link
Owner

FrankServer should run each request in it's own isolated thread.

If people are using the Before/After and onRequest hooks to manage the lifecycle of their application state, they should expect to experience no threading issues.

Out of scope:

  • Application developers using static fields should be advised not to, and instead design their object graph adequately.
@craigjbass craigjbass added this to the Production Readiness milestone Nov 3, 2019
@craigjbass craigjbass added the enhancement New feature or request label Nov 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant