Date: 07/30/01
- Next message: sterling <email protected>: "[PHP-DEV] Bug #12099 Updated: SIGSEGV bug in module sablotron"
- Previous message: Jouni Ahto: "Re: [PHP-DEV] TSRM compatibility note"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: sterling <email protected>: "[PHP-DEV] Bug #12099 Updated: SIGSEGV bug in module sablotron"
- Previous message: Jouni Ahto: "Re: [PHP-DEV] TSRM compatibility note"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

