Please enable JavaScript to view this site.

Thread Validator Help

Navigation: » No topics above this level «

Working with IIS and Services

Scroll Prev Top Next More

 

note When working with NT services your account must have the appropriate privileges described in the User Permissions topic.

 

 

Attaching to your service

 

To use Thread Validator with NT Services you need to link a small library to your application and call two functions in the library.

 

 

The NT Service API

 

The NT Service API is provided to enable Thread Validator to work with services.

 

The API works just as well with normal applications, and the same considerations outlined here also apply generally.

 

When the NT Service API is used, source code symbols are acquired in the stub and sent to the Thread Validator user interface.

 

 

Monitoring the service

 

When working with Thread Validator and services using the NT Service API you don't start the service using Thread Validator.

 

Instead, you start the service the way you normally start the service - e.g. with the service control manager.

 

The code that you have embedded into your service then contacts Thread Validator, which you should have running before starting the service.

 

Once you've exercised your service and stopped it, Thread Validator will show the usual thread data.

 

 

Examples and help

 

We provide some Example Service Source Code to demonstrate how to embed the service code into your service.

 

If you have problems using Thread Validator with services, please contact us at support@softwareverify.com.