Do you think it is OK for this question, "Why is creating a new process more expensive on Windows than Linux?", to be on Stack Overflow (Super User or Server Fault would be the alternative)?
Why or why not?
|
Do you think it is OK for this question, "Why is creating a new process more expensive on Windows than Linux?", to be on Stack Overflow (Super User or Server Fault would be the alternative)? Why or why not?
| |||||
feedback
|
|
The answer is a programming one ("...because of this difference in the way the kernels were designed..."), and is more important to programmers (who must decide when to use threads and when to use processes) than to users or admins. So it definitely belongs on Stack Overflow. | |||
|
feedback
|
|
It's very relevant to programming. If you're writing software for Windows and considering a port to a *nix system... or vice versa... Then you'll want to know how they differ in behavior, design philosophy, and especially performance. | |||
|
feedback
|
|
If you really care, you can do an experiment:
I would create it on Stack Overflow as I think it is most likely programmers will be able to answer this, because it is programmer who care about performance of individual API calls - and programmers visit Stack Overflow most. | |||||||
feedback
|