Mar 9, 2017 0 0 How do I keep thread pool threads, or other threads in general, from competing with my render thread for CPU? Raymond Chen You assign them to the default CPU set.
Mar 8, 2017 0 0 How do we improve the performance of conhost processes when we ping a bunch of servers? Raymond Chen How about avoiding them entirely?
Mar 7, 2017 0 0 Microspeak: to reason over Raymond Chen To make programmatic decisions based on, usually to produce a higher-level result.
Mar 6, 2017 0 0 Some internal developer chatter on a bug that caused your screen to turn black Raymond Chen A little dry humor for your amusement.
Mar 3, 2017 0 0 The case of the 32-bit program that tries to load a 64-bit DLL Raymond Chen A continuing saga which ultimately comes to a resolution.
Mar 2, 2017 0 0 What happens when you tell a Millennial to take pictures of a party Raymond Chen Oh, how tasty.
Mar 2, 2017 0 0 Don’t forget to implement canonical names for verbs in your shell context menu extension Raymond Chen The system uses it to find you later.
Mar 1, 2017 0 0 Want to include a gift message with your tires? Nice try. Raymond Chen You'll have to show your love some other way.
Mar 1, 2017 0 0 Why does my attempt to acquire an SRW lock block even though !locks report no locks held? Raymond Chen !locks is looking for critical sections.