Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I take code written for Java RTS and run it under another provider who supports the RTSJ specification?

0
Posted

Can I take code written for Java RTS and run it under another provider who supports the RTSJ specification?

0

Mostly yes, but there are a few factors to consider: • Latency and jitter might be different using a different provider, and thus a feasible set of instances of Schedulable (a real-time function) on one implementation might not be feasible on the other. (Note: “feasibility” refers to the ability of the real-time code to complete its tasks within the specified window of time, also known as the period.) • The same is true if the throughput, that is, processor capability, is very different. • Also, if your RTSJ provider has offered extra scheduling algorithms or happenings, these might not be available on the other implementation. (Note: “happenings” are defined in the RTSJ as external events with a pre-defined response.

0

Mostly yes, but there are a few factors to consider: • Latency and jitter might be different using a different provider, and thus a feasible set of instances of Schedulable (a real-time function) on one implementation might not be feasible on the other. (Note: “feasibility” refers to the ability of the real-time code to complete its tasks within the specified window of time, also known as the period.) • The same is true if the throughput, that is, processor capability, is very different. • Also, if your RTSJ provider has offered extra scheduling algorithms or happenings, these might not be available on the other implementation.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123