General approach to networking/server problem?
General approach to networking/server problem?
- Subject: General approach to networking/server problem?
- From: Graham Cox <email@hidden>
- Date: Thu, 6 Aug 2009 13:16:47 +1000
A general question. Suppose I wanted to write a Cocoa application that
could be accessed via a PHP script running on another machine on the
local network, what would the general shape of the solution look like?
The Cocoa app could run either as a command-line tool or a continually
running server, whatever makes most sense. The PHP script? I know
nothing....
The server would return an opaque block of data or text, which the
script would end up emailing. The input to the server would be a
variety of parameters, mostly in string form. The protocol between the
script an the server could be entirely private, or could use existing
protocols such as HTTP. How would you do it?
--Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden