|
You are here |
keithbabinec.com | ||
| | | | |
scorpiosoftware.net
|
|
| | | | | When a thread is created, it has some priority, which sets its importance compared to other threads competing for CPU time. The thread priority range is 0 to 31 (31 being the highest), where priority zero is used by the memory manager's zero-page thread(s), whose purpose is to zero out physical pages (for reasons outside... | |
| | | | |
peteronprogramming.wordpress.com
|
|
| | | | | TL;DR: Don't expect structured exception handling mechanisms to always work correctly on x64 Windows. If you ship software, you probably care about crashes. Your product fails and gets terminated, yourusers get frustrated, their workflow is disrupted, and - worst of all - they might even lose some data. When a crash happens, you want to... | |
| | | | |
www.catch22.net
|
|
| | | | | Introduction There are two ways to debug a device-driver in Windows. The first is to install the driver on your development machine and run a local kernel-mode debugger such as SoftIce. Although SoftIce is a very powerful tool, debugging a driver on your development machine is not a good idea because you will be guaranteed to destroy all your work if the driver crashes the system. | |
| | | | |
www.dotnet-tv.com
|
|
| | | [AI summary] The post discusses the Nemerle programming language, highlighting its features and capabilities as a .NET platform language. | ||