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.
Use threads, one to start the session and set a flag on receiving a responseand a second to watch for the flag. If there's no flag after a second, the VM
is a gonner. Craig