|
|
|
|
|
by richyzhang
4834 days ago
|
|
I want to ask several question: 1. How many threads does the .Net Runtime use? I know little about .Net, but I know C# is like Java. The Jvm with servlet will use many threads to serve, so that many cpu cores will be involved. However, this is not the case for node. One node process will use just one thread(thought it is not the exact fact). So it's unfair int programming model. 2. What's the hardware you use, how many cores is there? |
|