Mach IPC from osX 10.4.x to 10.5.x
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=GaNt3BBkia1oX8/5AyLbDK08sOAPMn5BgHhWilnocDA=; b=Q6KZAH1W2fV8F5p3km31Ag500JWzSSx7tK29BwrZkIU8WUtmdpi5lpw+1Rzr3wOQ1cFdxrGgSuhJuhbsnMj0WlpzCo8xEzqE2/mJGyLNPZdKr/Ip7TNfx4lwhZD+Xg3TpEfKgN5hVrze/BRs7hxEZYIbsR5kFi/gnyR+n+KfREw= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=qRKwSEsHnvnnMGsgj0XgNUbqZp4tOUDKFs0bNOKrd+oH7ww2E0quCRtv7IJBOAkLiiP2EjMLh1Z7MfuYzCflPgp+N3IgA/c91UThnasjtHKh2nKlmPPyqw7kWdbiX+378x6baB4m1n0RgUxGwx8WYD3FOmVvcYQozojwk3biN5U= Hi, I've recently written an IPC framework based on Tiger's Mach api (on a ppc) and it runs smooth. Now, I've recompiled my code on an intel mac along with Leopard and there actually seems to be a problem in the creation of my server's ports. I unfortunately don't have a debug output to show as I didn't personnally ran the tests but mainly, I would really appreciate if someone refer me to some up-to-date documentation about leopard's Mach IPC so I could revise my code for it. Note: I don't personnally own a mac and don't even have an ssh access to the machine on which the framework is intended to run on so while I get my access, all I can use is some doc on the net. Thanks in advance! Mathieu Beliveau _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Mathieu Beliveau