RE: Telnet exits after time out

2007-07-27 Thread Lakshmi Sailaja
Thanks for the input. Will try it out and see!! Thanks & Regards, Lakshmi 952-833-1220 -Original Message- From: Chas Owens [mailto:[EMAIL PROTECTED] Sent: Friday, July 27, 2007 12:47 PM To: [EMAIL PROTECTED] Cc: beginners@perl.org Subject: Re: Telnet exits after time out On 7/2

Re: Telnet exits after time out

2007-07-27 Thread Chas Owens
On 7/27/07, Lakshmi Sailaja <[EMAIL PROTECTED]> wrote: snip > What is the solution? Is there a way that I don't specify the time out value > and let it run until the exe completes its execution? snip You should never disable the timeout. If you do then there is a chance your program will hang for

Telnet exits after time out

2007-07-27 Thread Lakshmi Sailaja
Hi, I am logging to a remote session using telnet. I am calling a command to run an exe. This exe sometimes runs fast and at times take a couple of minutes depending on the objects. The problem that I am facing is: While creating the telnet object, I specify the time out. If the exe that am runni