CFMessagePortCreateRemote fails in Leopard
CFMessagePortCreateRemote fails in Leopard
- Subject: CFMessagePortCreateRemote fails in Leopard
- From: "roger casaliƱas" <email@hidden>
- Date: Thu, 27 Dec 2007 10:28:48 +0800
Hi all,
This problem I only observed in Leopard. Maybe I'm missing something new?
I'm still new to this component, too.
Step 1: Process 1 creates a local port named (ex only) PROC1MSGPORT.
Step 2: Process 2 is waiting on something that finishes after around 2
minutes.
Step 3: Process 2 then creates a local port named PROC2MSGPORT.
Step 4: Process 2 tries to create remote port to Process 1's local port
using CFMessagePortCreateRemote but fails.
Step 5: Process 1 tries to create remote port to Process 2's local port
using CFMessagePortCreateRemote but also fails
I also observed that if Process 2 gets to wait for less than 30 seconds in
Step 2, Step 3 & 5 succeeds. Again, I only observed this in Leopard. Do
local ports expire now? Or is there something I'm completely missing?
Happy Holidays,
Roger
_______________________________________________
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