patterns for communication

D

DBC User

I have two programs and I want to communicate some information. I can't
use MSMQ so right now I end up using files with filewatcher and is
working fine. Is there a pattern for doing this kind of job. I can't
use publisher/subscriber since the communication is bi-directional or
can it be oberserver-publisher?
Did any one develop any programs like with any patters?
Thanks.
 
G

Greg Young

You can use observer .. Although you will be putting in a manager
(dispatcher) in between (common use) ...

Though observer is one way, you can have a manager on each side and could
even use 2 1/2 duplex channels (I use the term channel loosely here)

Cheers,

Greg
 

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

Top