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

Add WebWorkers to Loader service #4

Closed
Morgul opened this issue Sep 28, 2014 · 2 comments
Closed

Add WebWorkers to Loader service #4

Morgul opened this issue Sep 28, 2014 · 2 comments

Comments

@Morgul
Copy link
Member

Morgul commented Sep 28, 2014

We need to add WebWorkers to the Loader service, to keep from blocking the entire client as we attempt to load some of our larger models.

Googling around, it seems like much over 100 web workers can cause issues, so we might have to be careful about simply doing 1 web worker per model; it might instead make sense to have a pool of 'loader workers' that we just farm loading out to, until their done.

@Morgul Morgul added this to the QML Client Replacement milestone Sep 28, 2014
@Morgul Morgul modified the milestones: Future, QML Client Replacement Oct 25, 2014
@Morgul
Copy link
Member Author

Morgul commented Nov 7, 2014

We need to re-evaluate what's needed, now that the AssetManager is a thing.

@Morgul
Copy link
Member Author

Morgul commented Mar 6, 2015

The plan is to switch to Asset Manager (#25). Babylon.js will be added we worker loading in the future, so no need for us to worry about it.

@Morgul Morgul closed this as completed Mar 6, 2015
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

2 participants