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

Use WorkerThreadPool for Server threads #77004

Commits on Jan 27, 2024

  1. Use WorkerThreadPool for Server threads

    * Servers now use WorkerThreadPool for background computation.
    * This helps keep the number of threads used fixed at all times.
    * It also ensures everything works on HTML5 with threads.
    * And makes it easier to support disabling threads for also HTML5.
    
    The only downside of this is that GLES3 threads likely no longer work because every time the render thread is called, the thread context is different. This needs to be researched how to fix. Maybe if GLES3 is used, threaded rendering server should be disabled for the time being?
    reduz committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    30c92ca View commit details
    Browse the repository at this point in the history