Re: Distributed Objects with Garbage Collection (on PPC)

2008-12-15 Thread Tony Parker
Hi John, The bug you're referring to (a problem with NSSocketPort and GC) should be fixed in 10.5.5. Thanks, - Tony Parker Cocoa Frameworks On Dec 13, 2008, at 12:46 PM, John Pannell wrote: Hi Bridger- I had precisely the same issue some months ago, and wrote to this list. I did get a

Re: Distributed Objects with Garbage Collection (on PPC)

2008-12-13 Thread John Pannell
Hi Bridger- I had precisely the same issue some months ago, and wrote to this list. I did get a response off-list from an Apple engineer that mentioned that this was a known problem and there was no workaround at present. Not sure if things have changed since then (although perhaps they

Re: Distributed Objects with Garbage Collection (on PPC)

2008-12-13 Thread Bill Bumgarner
On Dec 13, 2008, at 11:26 AM, Bridger Maxwell wrote: Everything seems to work on Intel, it is on PPC that we have the problems. When we first make the connection to the server, we can message the remote object just fine. It is when we try to message the distant object at later times that we

Distributed Objects with Garbage Collection (on PPC)

2008-12-13 Thread Bridger Maxwell
Hey, I am working on a networking system that uses distributed objects. This is a large collaboration between students, and I thought garbage collection would be perfect for new Cocoa programmers, so we wouldn't have to deal with memory management quite yet. The network will be a mix of Intel and