Skip to content

How to implement a backend extension execution of CPU-consuming operations without affecting the front-end UI interaction blocking problem? #8537

Discussion options

You must be logged in to vote

Finally, I checked that it had nothing to do with the front-end and back-end communication layer of Theia. The main reason was that the main Node.js thread was occupied. This problem was solved through the worker_threads module in the Node service.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by zhaomenghuan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants