Re: Client - server communication
From: Beeeeeeeeeeeeves (Beeeeeeeeeeeeves_at_discussions.microsoft.com)
Date: 07/07/04
- Next message: Adam Clauss: "Re: Slow Fill method of DataAdapter class"
- Previous message: Jon Skeet [C# MVP]: "Re: C# is a proprietary programming language ??"
- In reply to: Arran Pearce: "Re: Client - server communication"
- Next in thread: Arran Pearce: "Re: Client - server communication"
- Reply: Arran Pearce: "Re: Client - server communication"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 7 Jul 2004 07:34:02 -0700
Wouldn't mind seeing some of your examples of using remoting to do simple communication between client and server if you have any.
Also would be interested in seeing ones of a service communicating with a front end app on the same machine.
mail me to benjtaylor at hotpop dot com if you have any good examples
"Arran Pearce" wrote:
> Remoting is a good answer. Use the Http Channel. Very easy to code,
> only about 5 lines on client and server.
>
> Another option is to use System.IO and setup some UDP or TCP sockets.
> This is also quite easy.
>
> If you need some code examples mail me.
>
>
>
> Christian Westerlund wrote:
>
> > Hi!
> >
> > Does anyone know if it is possible for a client server communication
> > easy in .NET with these requirements:
> >
> > The client always initiates the communication
> > The server only answers (responds)
> > Uses port 80, skips firewall
> > The server computer doesn't have a IIS or web server
> >
> > I have thought about remoting but it feels a little bit over the top, we
> > are only sending information to the client .
> >
> > /Christian
>
- Next message: Adam Clauss: "Re: Slow Fill method of DataAdapter class"
- Previous message: Jon Skeet [C# MVP]: "Re: C# is a proprietary programming language ??"
- In reply to: Arran Pearce: "Re: Client - server communication"
- Next in thread: Arran Pearce: "Re: Client - server communication"
- Reply: Arran Pearce: "Re: Client - server communication"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|