dcom call thru asp invoked dll takes 2 minutes before ack. response

L

Lori Reddy

Here are the variables left by the time we found a
workaround for the problem:
Across subnet.
Across firewall.
DCOM call from a DLL used in an ASP page.

Two tests from a web server ("a") to another server ("b")
over the firewall and subnet:

First test ran a simple ASP page that created an object of
a local COM DLL. The local COM DLL then performed a DCOM
call to server a. Network Monitoring revealed a quick
response from server b back to the web server without
acknowledgement. A subsequent response approximately two
minutes later from server b was finally acknowledged by
server a. (Failure - takes too long because it should have
ackowledged the first response)

Second test ran a simple windows application that created
an object of a local COM DLL. The local COM DLL then
performed a DCOM call to server b. Network Monitoring
revealed a quick response from server b back to server a
with immediate acknowledgement. (Success - acknowledged
the first response)

Workaround:
Created local COM EXE with code from local COM DLL.
Ran first test creating new object of the local COM EXE
instead of the local COM DLL. (Success - the COM EXE
acknowledged the first response from server b)

Does IIS intercept all communication produced from it's
DLLHost.exes? Any other ideas as to what the root cause
of this problem may be????
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top