Thread

This blog is where we help you improve your software, teach you how to use our tools to solve problems, software tool use cases, and improvements to our software tools.


Back to Blog
Avatar for Stephen Kellett
Stephen Kellett

Loading Validator into a process

Everything written here applies to all Validators: Bug, Coverage, Memory, Performance and Thread. There are many ways to start collecting data with a Validator: Launch, […]

Avatar for Stephen Kellett
Stephen Kellett

How do I monitor a process launched from batch files or Powershell scripts?

Batch files are often used to setup an environment prior to starting an executable. You can also do this with Powershell scripts. If you use […]

Thread
December 10, 2020
Avatar for Stephen Kellett
Stephen Kellett

What’s new with Thread Validator

There are some changes coming to Thread Validator. I’m going to describe the various changes and the reasons behind them. Name Change The first one […]

Thread
March 6, 2020
Avatar for Stephen Kellett
Stephen Kellett

Detecting Abandoned Critical Sections

Multithreading is a powerful way to improve the processing throughput and responsiveness of your software. We use it to great effect at Software Verify. In […]

Coverage Memory Profiler Thread
February 11, 2020
Avatar for Stephen Kellett
Stephen Kellett

Monitoring a service with the NT Service API

Debugging services is a pain. There is a lot that can go wrong and very little you can do to find out what went wrong. […]

Thread
August 22, 2019
Avatar for Stephen Kellett
Stephen Kellett

An Easier Way To View Thread Wait Chains

Since Windows Vista the Windows operating system has included functionality to iterate across the waiting objects that form a chain between threads. I’m waiting for […]

Development Thread
June 19, 2019
Avatar for Stephen Kellett
Stephen Kellett

Thread naming

Multi-threading is becoming quite common these days. It’s a useful way to provide a responsive user interface while performing work at the same time. Our […]

Avatar for Stephen Kellett
Stephen Kellett

A slight change in direction

When we started the business in 2002 we just wanted to launch a C/C++ memory analysis tool that could do things none of the other […]

Avatar for Stephen Kellett
Stephen Kellett

64 bit C++ software tool Beta Tests are complete.

We recently closed the beta tests for the 64 bit versions of C++ Coverage Validator, C++ Memory Validator, C++ Performance Validator and C++ Thread Validator. […]

Porting to Win64 Thread
August 6, 2010
Avatar for Stephen Kellett
Stephen Kellett

Thread Validator x64 enters BETA

Thread Validator x64 is now available for beta testing. Thread Validator x64 is the 64 bit version of our successful 32 bit Thread Validator software […]

Fully functional, free for 30 days