thread-to-port assignment
I have a question about thread-to-port assignment. There are m threads (they are launched by the same dispatch and share the same queue).
I have two options to create port:
(1) All threads share the same port.
(2) Create one port for each of these m threads. I means we will have m ports.
So, which is better?
Thanks.
hua

