I was looking for an architecture in which my processor contains a given number of threads, say 10 or 20, and each thread has its own processing queue. The processor will select the thread based on availability. How can I implement such a model, any idea?
source share