in reply to Re^2: WWW::Mechanize::Firefox and Net::Telnet timeout
in thread WWW::Mechanize::Firefox and Net::Telnet timeout
This is weird and I don't know where that timeout comes from. Maybe it really is Firefox timing out as it is busy synchronously fetching some result. As you see in the trace, WWW::Mechanize::Firefox polls every second (or so) to see whether Firefox has fetched a page.
If it really is Net::Telnet, then you'll have to dive down:
$mech->repl->repl->client->{telnet}->timeout($new_timeout);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: WWW::Mechanize::Firefox and Net::Telnet timeout
by OlegG (Monk) on Apr 27, 2011 at 16:52 UTC | |
|
Re^4: WWW::Mechanize::Firefox and Net::Telnet timeout
by Anonymous Monk on Feb 20, 2012 at 08:44 UTC | |
by Corion (Patriarch) on Feb 20, 2012 at 08:59 UTC | |
by Perlbeginner1 (Scribe) on Feb 20, 2012 at 08:51 UTC | |
by Anonymous Monk on Feb 20, 2012 at 09:01 UTC |