Design issues: To complete the maximum processor utilization in a multithreaded architecture, the following design issues have to be addressed:
- Context Switching time: S < I, it means very quick context switching mechanism is required.
- Number of Threads: A huge number of threads should be available such that processor switches to an active thread from the idle state.