Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Indigo

Vista - which WCF binding to be selected for windows service host?

 
 
Old 05-26-2007   #1 (permalink)
ABC


 
 

which WCF binding to be selected for windows service host?

The new project is to develop a windows service which to publish messages to
windows form client. The callback technology is applied for no-stop sending
messages to UI as I don't want the user need to click button to sent command
for gather messages from service. The security should not be considered as
this is expected the windows form application only available on the same
machine of windows service.

Which WCF binding to be selected for windows service host? And Is there any
best library or framework to speed up the project implementation?



My System SpecsSystem Spec
Old 06-02-2007   #2 (permalink)
Aneesh P


 
 

Re: which WCF binding to be selected for windows service host?

On May 26, 2:31 pm, "ABC" <a...@abc.com> wrote:
> The new project is to develop a windows service which to publish messages to
> windows form client. The callback technology is applied for no-stop sending
> messages to UI as I don't want the user need to click button to sent command
> for gather messages from service. The security should not be considered as
> this is expected the windows form application only available on the same
> machine of windows service.
>
> Which WCF binding to be selected for windows service host? And Is there any
> best library or framework to speed up the project implementation?


For same machine communication we can use NetNamedPipeBinding which is
an IPC(InterProcessCommunication) binding. This is secure(no external
interaction) and has got features similiar to TCPBinding.

My System SpecsSystem Spec
Old 06-02-2007   #3 (permalink)
Aneesh P


 
 

Re: which WCF binding to be selected for windows service host?

On May 26, 2:31 pm, "ABC" <a...@abc.com> wrote:
> The new project is to develop a windows service which to publish messages to
> windows form client. The callback technology is applied for no-stop sending
> messages to UI as I don't want the user need to click button to sent command
> for gather messages from service. The security should not be considered as
> this is expected the windows form application only available on the same
> machine of windows service.
>
> Which WCF binding to be selected for windows service host? And Is there any
> best library or framework to speed up the project implementation?


I don't whether a library is availbale for this. Try googling...

My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
host process for windows service stopped General Discussion
Mouse slow in HOST OS when VPC is selected? Virtual PC
Windows Host Service (Rundll32) has stopped working. Vista performance & maintenance
HOST PROCESS FOR WINDOWS SERVICE STOPPED WORKING Vista performance & maintenance
Script Host Client launched from Windows Service Vista security


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46