Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

COM Calls in ISAPI

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  UNC path results in access denied?  
Author Message
user1182

External


Since: Dec 05, 2003
Posts: 3



(Msg. 1) Posted: Mon Dec 08, 2003 8:58 am
Post subject: COM Calls in ISAPI
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hello ,

Can anyone give me any idea how to make COM calls from
an ISAPI DLL .

Any inputs would be appreciated .

Thanks ,

Sujay

 >> Stay informed about: COM Calls in ISAPI 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Mon Dec 08, 2003 7:33 pm
Post subject: Re: COM Calls in ISAPI [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Either:
1. On every invocation, call CoInitialize, make your COM Call, and call
CoUninitialize at the invocation's end (very bad performance)
2. Use your own thread pool, call CoInitialize on them once, make your COM
calls on those threads, and on ISAPI unload, destroy your thread pool after
calling CoUninitialize.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Sujay Ghosh" <sujay.ghosh.RemoveThis@igate.com> wrote in message
news:f17b01c3bd93$54139ec0$a601280a@phx.gbl...
Hello ,

Can anyone give me any idea how to make COM calls from
an ISAPI DLL .

Any inputs would be appreciated .

Thanks ,

Sujay

 >> Stay informed about: COM Calls in ISAPI 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
MAPI Activex Calls in ISAPI DLL - Problem - Hello , I am trying to invoke MAPI Activex Call from my ISAPI DLL . But its giving an unhandled exception at HTTPExtensionProc when the function Create is called . I have not overriden HttpExtensionProc in my ISAPI DLL , as I am new to this , ...

Thousands of default document calls. What is it.? - I run IIS-4.0 on an NT 4.0 Server (SP6a) and analyse access logs using HitList 3.0. Been a great solution so far. But in the past two or three months there have been thousands of root page visits (typically about an extra 4000 to 5000 hits a month)..

ISAPI - I have ISAPI filters(couple of dlls) loaded on my website. How do I know which event is calling the specific ISAPI filter loaded on the site. What I mean to ask is how do I find what part of IIS or User code is calling the loaded ISAPI filter on the....

IIS 5.0 Isapi Filters - I added a Webtrends cookie filter (iiscookieserver.dll) to an IIS web site. It successfully added, but when I try to access the web via FrontPage (2000/2002) this new isapi filter prevents web access. When I remove the filter, access is restored. Any....

ISAPI and perlIS.dll - NT 4.0 IIS 4.0 SP 6a. I am doing only one script in Perl it retirieves a post and writes it to file time on the iss logs show 80. However I may have 10-30 of these per second. This webserver does one other opteration. it uses a ASP page to field a post....
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]