June 3, 2015
10:49 a.m.
El Wed, 03 Jun 2015 12:33:16 +0200 Stephan Eggermont <stephan@stack.nl> escribió:
On 03-06-15 12:07, David wrote:
That could work, but can be time expensive. I already have seaside installed (and I am using that) so I may try that.
The only problem I see if that if the image is stalled, it can pass more time than desired until it times out the http connection.
Add a keep-alive server, sending an UDP packet every so often?
Stephan
I thought on wget -T 1 -t 1 localhost:xxxx, for a blank page, 1 second is already more than enough to wait, so if the return status is != 0, I can know it crashed.