Re: Communication over internet?
Re: Communication over internet?
- Subject: Re: Communication over internet?
- From: Cameron Hayne <email@hidden>
- Date: Thu, 17 Oct 2002 21:33:38 -0400
On 17/10/02 6:31 pm, "Albert Atkinson" <email@hidden> wrote:
>
I have two applications, one is a very simple client application and
>
the other is a very simple server application. Here is what I want to
>
do, the user executes an action at work on their client application,
>
and through a connection to the internet it would send that action to
>
the server application that will exist at home.
What you seem to be asking about is a standard client-server arrangement.
Usually the client makes a socket connection to the server at start-up.
There are many examples of client-server code using sockets - start by
googling for "socket FAQ" etc.
--
Cameron Hayne (email@hidden)
Hayne of Tintagel
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.