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

Warm Up BwdServer when it starts #3782

Closed
StachuDotNet opened this issue May 8, 2022 · 3 comments
Closed

Warm Up BwdServer when it starts #3782

StachuDotNet opened this issue May 8, 2022 · 3 comments

Comments

@StachuDotNet
Copy link
Member

No description provided.

@StachuDotNet
Copy link
Member Author

What are reasonable "warm-up" actions for each of ApiServer and BwdServer?

Is it at all relevant to "warm up" wasm build in some way? (e.g. executing 2+2) I don't think so, but the thought came up.

@pbiggar
Copy link
Member

pbiggar commented May 8, 2022

I think we'd have a canvas called like ops-performance and we'd do something on that canvas from each server when it starts up. Maybe 3-10 calls of a handler on BwdServer, and a similar number of API calls on ApiServer.

Warming up Wasm is interesting. We could have a simple program (maybe fizzbuzz) that runs if there isn't anything else running to warm it up. Though probably lower priority for now.

@pbiggar pbiggar changed the title Warm Up BwdServer and ApiServer when they start Warm Up BwdServer when it starts Mar 6, 2023
@StachuDotNet
Copy link
Member Author

Folded into #5246

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done in Release 3
Development

No branches or pull requests

2 participants