I'm using webrick to display some logging. The goal is to display a log item as soon as it happens. But how can I tell webrick to refresh the page? I can put some html code to refresh every x seconds, but that's not really what I want. When creating a servlet I can respond to GET,POST,... requests, but I want the server to do the refreshing. Is this possible? -- Roeland