Skip to content

Multi threading with run_server #110

Open
@lucsoretOUI

Description

@lucsoretOUI

Hello everyone,
Thanks to this package, I have a deployed DashBoard fully functional (which is great).
I would like to handle multi-user in a better way using multi-threading.

In the Dash python counterpart, the run_server function has a processes argument which I guess allow to do this. However, there is no such argument in Dash.jl

I tried to run @spawn run_serve(...) but without success : even if I started Julia with several threads (let's say 4), only 1 was used.

Do you have any idea on how to handle multi-threading with Dash.jl to handle multi users ? Thanks a lot !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions