sending messages between apps 
Author Message
 sending messages between apps

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



Fri, 05 Nov 2004 22:19:41 GMT  
 sending messages between apps
You can use connection points and send messages as events if you want to
"notify"
the nt service of certain happenings.

Mark


Quote:

> 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



Sat, 06 Nov 2004 17:50:30 GMT  
 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



Sat, 06 Nov 2004 19:19:34 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Sending a message from VB-app to VC-app

2. Break not seen when another app sends message

3. Sending a message from one app to another on NT

4. Sending message to CPropertySheet crashes app in Release

5. [ Access violation sending message in multi-threaded app! ]

6. Trying to send a message from one app to another

7. Sending a message from one app to another on NT

8. Sending message to a MFC app.

9. Send message to another App

10. Send a message like NET SEND in MFC

11. How to distinguish Posted message and Sent message?

12. Sending a message to the system message queue

 

 
Powered by phpBB® Forum Software