Mike Lewis
Programmer
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)
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)