![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | 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 Specs![]() |
| | #2 (permalink) |
| Guest | 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 Specs![]() |
| | #3 (permalink) |
| Guest | 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 Specs![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Host Service (Rundll32) has stopped working. | Danny McCormick | Vista performance & maintenance | 2 | 06-22-2008 02:52 PM |
| HOST PROCESS FOR WINDOWS SERVICE STOPPED WORKING | glo | Vista performance & maintenance | 2 | 08-05-2007 04:53 PM |
| Script Host Client launched from Windows Service | DavidRF | Vista security | 4 | 06-27-2007 04:01 PM |
| Host service??? | Andrew Marin | Vista General | 3 | 02-25-2007 09:53 AM |