Re: desktop app talk with service app
- From: "Remy Lebeau \(TeamB\)" <no.spam@xxxxxxxxxxx>
- Date: Tue, 29 Jul 2008 17:42:26 -0700
"Brayn" <brayn@xxxxxxxxxx> wrote in message
news:488fb803@xxxxxxxxxxxxxxxxxxxxxxxxx
Can I run functions from service application?
Use RPC (remote procedure call) or ActiveX/COM for that. I prefer the
latter myself. I have written several services that host COM out-of-process
servers that applications can use to access the services through.
If not, can I exchange data?
Of course.
I will retrieve all info and send from service to desktop using XML.
Any component for that?
Not specifically, no. But you can use any IPC (interprocess communication)
mechanism you want - named pipes, mailslots, TCP/IP sockets, shared memory,
etc.
Gambit
.
- Follow-Ups:
- Re: desktop app talk with service app
- From: Brayn
- Re: desktop app talk with service app
- References:
- desktop app talk with service app
- From: Brayn
- desktop app talk with service app
- Prev by Date: desktop app talk with service app
- Next by Date: Re: desktop app talk with service app
- Previous by thread: desktop app talk with service app
- Next by thread: Re: desktop app talk with service app
- Index(es):
Relevant Pages
|