Search Results

0
votes

Ruby Performance

I am not a Ruby programmer but I have been pretty tightly involved in a JRuby deployment lately and can thus draw some conclusions. Do not expect to much from JRuby's performance. In interpreted mo …
18
votes

Why is creating a new process more expensive on Windows than Linux?

mweerden: NT has been designed for multi-user from day one, so this is not really a reason. However, you are right about that process creation plays a less important role on NT than on Unix as NT, …
1
vote

Creating Custom Performance Counters in Visual C++

See here: http://msdn.microsoft.com/en-us/library/aa371925.aspx It is not really hard, but a bit tedious …