site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=tiMk5vBYKOXFcttGyU3yXy4/6Idg7gL6iW9lFwPkfq0=; b=LwwQJio2pOQHnKSNVwdiA099ClMGqavkjIz3ihWtlwwJeBXj33lvNnb6AJyG8qZLoe eZg56fp4l7n91dqZv0ZsCDlPUM2CVKNKwfXh116rI5dFO0i/mN0PQHi55tr0lwcTSybb 3KGnMjw3k2nF69Q2PG74e5TE8nNV08BxBlxeM= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=uwQuQRd8GFILC6ojSDroo/Z3EbE4LVgKNKJfJfs5WLrO9JkSptCxHQ2J4t9BpcufWX Q7Jn+ucqyH4gCddGuy/yRtO5cJsxYDlgol5ELxiimJ0LGq371+mwc3RiEkJHtQRqKkhi q6btZjrh5Wyew9oFLDRp/9ZNmxg+7NSRbe4OI= Hello, I am in the process of starting the development of a daemon that should interact with local CLI and GUI clients (for service control and data query). It should be similar to what Spotlight does, with the daemon running at system startup, a command line client as "mdfind", a menubar item, etc. In the "Daemons and Agents" Technical Note TN2083 [1], "Apple recommends that you use UNIX domain sockets for client/daemon communication". Does Spotlight use this method? Being new to the Darwin/Apple world, I have another question also. In the Daemon-Safe Frameworks Table i read that Carbon and Cocoa are not available for use in daemon code, and it makes sense. Does it mean that I won't be able to vend an object using Distributed Objects (without an agent wrapping Cocoa messages to the Unix Socket)? Can you point me in the right direction? I hope I was not too off topic for this list. If I was, please tell me where those questions are appropriate. Thanks, Paolo 1: http://developer.apple.com/mac/library/technotes/tn2005/tn2083.html _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Paolo Ambrosio