|
Posted by wzhao2000 on May 3, 2006, 4:05 pm
Please log in for more thread options
An MSDN article says that "Free" threaded-model is recommended.
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_SP2003_ta/html/ODC_HowToWriteaFilter.asp)
Since IFilter object is not stateless (i.e., a series of calls to
GetChunk, GetText, ... are needed). I'm wondering how this can be
easily implemented. For example, how can I know the calls to the same
object from different threads? (thread id can be reused, TLS is not
available...)
Thanks!
|