> Multithreaded: > CoInitialize() is actually in basic_functions.c not in COM.c > - interestingly. i.e. the code in COM.c is called, but is the > second call to CoInitialize(). > CoInitializeEx() would need to be callsed if we plan to be > multi-threaded. wouldn't it be evident that CoInitialize[Ex]() and CoUninitialize() are called from the ext/com module constructor and destructor functions instead of the basic_functions ones ? which concurrency model should be chosen ? i would suggest to default to apartment-threaded and let users switch to multi-threaded by an ini setting. -harald. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]