Re: Linux/Scotty & http get

Juergen Schoenwaelder (schoenw@cs.utwente.nl)
Mon, 29 Jul 1996 22:40:03 +0200

Colin Rand <colin@adone.com> wrote:

> I am running a network monitoring system on linux, using http get to
> monitor some pages on a website. However, the connection does not time
> out in a reasonable time (approx 10-15 minutes). Is there any way to
> adjust the timeout? Is it a component of Linux or scotty?

Scotty simply waits until the operating system cuts the connection.
It should be possible to modify the implementation of the http command
to initialize a timer event that cancels an active request. However,
this would be much simpler if the implementation of the http command
itself was completely event driven. This change is not very high on my
TODO list so you have to hack your own solution for now,

Juergen