Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loosely coupled events in COM+

Status
Not open for further replies.

Mike Lewis

Programmer
Jan 10, 2003
17,516
Scotland
I have been experimenting with loosely-coupled events, with some excellent help from the articles on COM+ on Craig Berntson's site (
I've successfully created a COM component which IMPLEMENTS an events class. My client app can use this to execute methods of my component. This works OK.

However, I was hoping that this would allow me to run the COM methods asynchronously (as discussed in thread184-1125653). Instead, my client app suspends while the COM component is running.

Can anyone give any insights into what I might be missing?

Mike





__________________________________
Mike Lewis (Edinburgh, Scotland)

My sites:
Visual FoxPro (www.ml-consult.demon.co.uk)
Crystal Reports (www.ml-crystal.com)
 
Are you using Loosely Coupled Events or Queued Components?

Craig Berntson
MCSD, Visual FoxPro MVP, Author, CrysDev: A Developer's Guide to Integrating Crystal Reports"
 
Mike,

It's difficult to figure out what's going on. Can you pare down the code to something simple and email it directly to me? Note that I'll be in Europe beginning Tuesday and will have limited access to email for two weeks.

Craig Berntson
MCSD, Visual FoxPro MVP, Author, CrysDev: A Developer's Guide to Integrating Crystal Reports"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top