Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I'm using ESB Open Studio version.
When a REST endpoint is deployed, is a new thread created for each request ?
If it's the case, this means that a machine with at least 2 or 3 CPU should be used, to be effective, isn't it ?
How many CPU should a typical server have ?
Hello,
If you have two services on the machine that runs runtime server, which once started, each one will launch a Java Platform SE Binary application.
Best regards
Sabrina
Hello,
Is your CPU usage very high for runtime server?
Here is online documentation about hardware requirements for talend open studio ESB and runtime server
https://help.talend.com/r/en-US/8.0/installation-guide-open-studio-for-esb-windows/memory-usage
You could augment the JVM RAM usage and the Memory usage of JVM on file SETENV.BAT located in (runtime folder)/Container/bin
For more information, please have a look at this documentation:
https://help.talend.com/reader/AskO0G1x~W7LBNnA0laezg/xvOJQ5RZlaiUOuL6zMYdFg
Best regards
Sabrina
Hello @Xiaodi Shi ,
Thank your for your answer.
I don't know if my CPU usage will be very high. This server will be the reference for our local APIs.
Currently there is not a high usage but I don't know for the future. I'll adapt according to the needs.
The only thing I need to know is : does a tRestRequest requests create a new thread to be processed (I mean, another thread so as not to be blocking for other currently processed requests) ?
Hello,
If you have two services on the machine that runs runtime server, which once started, each one will launch a Java Platform SE Binary application.
Best regards
Sabrina
Hello Sabrina,
Thank you a lot for your answer.
This topic is now solved ! 🙂
See you soon, as I ask a lot of questions !
Hello,
Don't hesitate to post your issue on Community and feel free to let us know if there is any further help we can give.
Best regards
Sabrina