Skip to content

Question : is it possible support multiple NodeJS main threads ? #10

Open
@yacota

Description

@yacota

Actually I think that while developing NodeJVM you faced the same question, oracle/graaljs#12 :)

I am developing a proof of concept based on NodeJVM and the ability to launch a spring boot application that can delegate work to a nodeJS thread that will execute some jsdom stuff.
So far so good, NodeJVM is really impressive, thanks!

While profiling the application I realized that spring-boot+reactor could overwhelm the NodeJS main thread, and thus I was wondering if it could be possible to spawn work to more than one nodejs event loop, I am not willing to share any state between Java and JS

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions