What are the differences between stateless and stateful systems, and impacts of state on parallelism.



What are the differences between stateless and stateful systems, and impacts of state on parallelism..

Answer / Ishwar Chand

Stateless systems do not maintain any information about previous interactions with clients. This allows for easier parallelization as each request can be processed independently. Stateful systems, however, store information about past interactions, making them more complex to parallelize due to potential dependencies between requests.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Embedded Systems AllOther Interview Questions

Which is better a char, short or int type for optimization?

1 Answers  


How do you learn about the latest technology trends?

1 Answers  


What do you do to stay abreast of the latest technologies and tools?

1 Answers  


What is the order of calling for the constructors and destructors in case of objects of inherited classes?

1 Answers  


Explain what is semaphore?

1 Answers  


Is count down_to_zero loop better than count_up_loops?

1 Answers  


Can you name the differences between object-oriented and component-based design?

1 Answers  


What is the difference between hard real-time and soft real-time os?

1 Answers  


What are the different types of buses used by the embedded systems?

1 Answers  


Explain what is the need for an infinite loop in embedded systems?

1 Answers  


Explain me how does the interrupt architecture works?

1 Answers  


Explain me what is semaphore?

1 Answers  


Categories