[PHP-DEV] AW: fortunately it works now .. From: Harald Radi (harald.radi <email protected>)
Date: 07/30/01

> 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: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>