Hi everyone I need help.In my project wcf service should have ability to communicate wit client and send him some requests.There is one service but clients can be more and I need to send request to specific client.I'm wondering if I can implement that in some other way then duplex,request-reply,msmq. Both service and client are on the same computer,so is there any other type of communication that I can use.
If you know some examples(code) please post me link to it.
Thanks in advance
Loading
Roei BarPosted Sep 18, 2009, 7:46 AM
take a look at a project called
iserviceoriented
good luck
mark draganPosted Sep 18, 2009, 7:52 AM
mark draganPosted Sep 18, 2009, 5:40 AM
I'm already using netNamedPipe bindng,what I wan't is next:Service must be able to send information to all clients but not using duplex or msmq.I was thinking about memory stream but how will I know who are all my clients.Is it posible when client first time connect to service somehow rember his id(process ID) and then later send him information through some kind of process communcation layer,so that I don't have to use duplex or msmq.
If you know some links please post it.
Roei BarPosted Sep 18, 2009, 5:17 AM
in order to know if you need full half duplex well that depends on the application needs so i cant tell you that :-)