Re: desktop app talk with service app
- From: "Brayn" <brayn@xxxxxxxxxx>
- Date: Wed, 30 Jul 2008 04:06:35 +0300
Hello Remy.
Thanks for your answer.
Do you have any of your application available to the public?
I mean those COM servers hosted in service applications.
Otherwise, any place I can find some examples?
Thanks again
"Remy Lebeau (TeamB)" <no.spam@xxxxxxxxxxx> wrote in message
news:488fb958$1@xxxxxxxxxxxxxxxxxxxxxxxxx
"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: Remy Lebeau \(TeamB\)
- Re: desktop app talk with service app
- References:
- desktop app talk with service app
- From: Brayn
- Re: desktop app talk with service app
- From: Remy Lebeau \(TeamB\)
- desktop app talk with service app
- Prev by Date: Re: desktop app talk with service app
- Next by Date: Re: VGScene 1.00 just released
- Previous by thread: Re: desktop app talk with service app
- Next by thread: Re: desktop app talk with service app
- Index(es):