I wish to incorporate shttpd in such a way that it can present multiple live log file dumps, each in a new window for as long as the user wishes the window(s) to be open. I know I can do something ugly, but effective, where I just have each window automatically refresh every X seconds, and either let httpd maintain a pointer to what was already sent, or do a POST and pass it something that shttpd where it needs to set the starting point for the next dump when it automatically refreshes.
I see that some support for keep-alive has been added in 1.39, so I could potentially take advantage of this feature with HTTP GET on a form with the keep-alive in the header, but I have not had any luck. Has anybody been able to support multiple keep-alive streams running concurrently? If so how?? David ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ shttpd-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shttpd-general
