/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

keithbabinec.com
| | scorpiosoftware.net
5.6 parsecs away

Travel
| | 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
5.5 parsecs away

Travel
| | 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
4.2 parsecs away

Travel
| | 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
14.5 parsecs away

Travel
| [AI summary] The post discusses the Nemerle programming language, highlighting its features and capabilities as a .NET platform language.