Whether THEA server can handle multiple people request or dedicated server for each user? #433
Answered
by
planger
midhun8454
asked this question in
Q&A
-
Since man persons will be using this , do THEA server can handle multiple request or dedicated server for each request ? |
Beta Was this translation helpful? Give feedback.
Answered by
planger
Oct 26, 2021
Replies: 1 comment
-
Typically a Theia server is designed to run per user workspace. To manage workspaces, you would typically need a workspace management system, such as Eclipse Che or gitpod or plain kubernetes and start a dedicated pod with a Theia server for each workspace. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
midhun8454
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Typically a Theia server is designed to run per user workspace. To manage workspaces, you would typically need a workspace management system, such as Eclipse Che or gitpod or plain kubernetes and start a dedicated pod with a Theia server for each workspace.