On Apr 23, 2009, at 11:24 PM, Kiran Kumar S wrote:
When accessing rootProxy from connection Object, in the below code i
marked in red
Yup, seems like a real bug. Have you reported it at http://bugreport.apple.com
?
It _might_ be possible to workaround it by setting up a separate timer
When accessing rootProxy from connection Object, in the below code i
marked in red
-(id)serverObject {
id serverObject = nil;
@try{
NSConnection *connection = [self serverConnection];
serverObject = [connection rootProxy]; //Here i got
On Apr 23, 2009, at 12:05 AM, Kiran Kumar S wrote:
These are the lines of code i got blocked
1. When Remote Machine is not in Network
553 -[PXDistributedObjectsClient
serverObjectWithReestablishingConnection]
553 -[PXDistributedObjectsClient serverObject]
These are the lines of code i got blocked
1. When Remote Machine is not in Network
553 -[PXDistributedObjectsClient
serverObjectWithReestablishingConnection]
553 -[PXDistributedObjectsClient serverObject]
553 _CF_forwarding_prep_0 553 ___forwarding___
Thanks, Ken for your Reply,
Usually we will get time out exception when trying to get vended
object that is not available but in the below case i use to get same
exception after a long long delay and some times My app crashes
Thanks
SkiranKumar
On 22-Apr-09, at 1:52 PM, Ken Thomases wr
On Apr 22, 2009, at 1:14 AM, Kiran Kumar S wrote:
Really going mad, it is taking long time response when i am trying
to get vended Object from the remote machine which doesn't exist in
the network. .
I am facing same long time delay(more than 60 sec) when i am
trying to get vended obje
Hi,
Really going mad, it is taking long time response when i am trying
to get vended Object from the remote machine which doesn't exist in
the network. .
I am facing same long time delay(more than 60 sec) when i am trying
to get vended object from the remote machine which gone to sleep