MDAC 2.5 SDK - OLE DB Programmer's Reference
Chapter 19: OLE DB Services


 

Writing Scalable OLE DB Providers

There are a few simple rules for writing scalable OLE DB providers in a multithreaded environment. Most have to do with making sure that one thread isn't blocking other threads from doing work.