OLE DB Programmer's Reference

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.