
sending messages between apps
The application which has to send notification is MFC; in this situation, is
your recomandation still available?
Dragos
Quote:
> You can use connection points and send messages as events if you want to
> "notify"
> the nt service of certain happenings.
> Mark
> > I have to build a NT service which checks the existence of certain files
> > created by two different applications, running on different servers in a
> VPN
> > and copy them on different machines, according some specific criterias.
It
> > is possible to deal with more than 10 files at the same time. I want to
> know
> > how could I send messages from these apps to my service; I have thought
a
> > multithreaded app should be the best choice for this purpose; if you
don't
> > think so, I would like to know other ways to solve this.
> > Thank you,
> > Dragos