开发者

C# console application started in three threads

Merged with Why 3 threads for a basic single threaded c# consol开发者_Go百科e app?.

A proces (htpd.exe) with 66 threads starts another process (cmd.exe) with 1 thread which starts another process that is my developed C# console application (logger.exe) with 3 threads (as seen in Task manager). I have to log all text coming in to stdin.

I am confused as to why my logger.exe has 3 threads. Who made these threads and why (the C# console application does nothing with threads so far)?

Do the 3 threads share one stdin?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜