socket closing down

2002-07-24 Thread narender reddy
sir, i am using INetLow Application which was downloaded from one of the palm sites for wireless communication.if the data doesn't come with in 119 seconds after we request a server(servlet which does processing for more than 119 seconds)then our socket connection is closed. how can i customize

Re: socket closing down

2002-07-24 Thread Marco Zhang
PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, July 24, 2002 5:49 PM Subject: socket closing down sir, i am using INetLow Application which was downloaded from one of the palm sites for wireless communication.if the data doesn't come with in 119 seconds after we

Re: socket closing down

2002-07-24 Thread Matt Hebley
Forum [EMAIL PROTECTED] Sent: Thursday, July 25, 2002 3:17 PM Subject: Re: socket closing down you can change the global variable AppNetTimeOut if you want to increase the timeout time,this variable is difined in NectSocket.c: // Default timeout for Net calls Long AppNetTimeout

Re: socket closing down

2002-07-24 Thread Ben Combee
In article 91978@palm-dev-forum, [EMAIL PROTECTED] says... Note that there is a bug in the emulator and the timeout is divided by 10 somewhere along the lines (IIRC when connecting to the host stack). Ben is on to this one, but I don't think the fix is out yet... I think you mean Keith