O'Reilly

YASD's
Book Support
Site

Main Page

Chapter 4 - Readme

Chapter 4 Errata pages

The examples in this chapter include the Visual Basic project files, as well as the compiled DLLs which you can register and use on your own Web test site.

Rather than modify one component for each threading test, the component discussed in the chapter has been duplicated, and a separate DLL created for each version of the component. You do not have to re-compile the components if you don't wish to; you can, instead, use regsvr32.exe to register the components and run the tests directly.

Example to Chapter Mapping
Single threaded example, page 82Component is threadComp.dll, testing page is first.asp
Apartment threaded example, page 84Component is threadComp2.dll, testing page is second.asp
Apartment threaded example, page 86Component is threadComp3.dll, testing pages are third.asp, fourth.asp, fifth.asp

Note that threadComp3.dll does make use of the built-in ASP objects, as well as MTS ObjectContext.

For more information