Sebastian Ahrens wrote: > Well exactly what I need here... > > Jim Serio schrieb: > > > Here's my problem.... > > > > We are in the process of delivering a Web Cast > > and we would like to "control" the delivery of > > pages to the browser. For example, let's say you > > visit a Web Cast and you only need to load the > > first page. Subsequent pages are automatically > > pushed from the server. While is sounds like a > > "meta refresh" solution, the time between > > refreshes will vary. Is it possible to write > > a Perl module to automatically push content which > > is controlled via a CGI? I doubt it's possible on > > the server side but my experience with server > > push is limited so maybe some of you experts know. > > > > Jim Not as an Apache module, since those are one-request-cycle-deals. For server-push to work you have to keep the connection to the browser open and send something like a multipart message with several installments, each of them replacing the previous one. This, BTW, only works with Netscape, Exploder does not support server-push. I have written a CGI-script for a chatroom that way. Since it's CGI and not mod_perl, it's outside the scope of this group, however, check out http://forum.swarthmore.edu/epigone/modperl/linbendphul and http://forum.swarthmore.edu/epigone/modperl/gimyarzah . - Gerd.
begin:vcard n:Kortemeyer;Gerd tel;fax:(517) 432-2175 tel;work:(517) 432-5468 x-mozilla-html:FALSE url:http://www.lite.msu.edu/kortemeyer/ org:LITE Lab;DSME MSU version:2.1 email;internet:[EMAIL PROTECTED] title:Instructional Technology Specialist adr;quoted-printable:;;123 North Kedzie Labs=0D=0AMichigan State University;East Lansing;MI;48824;USA fn:Gerd Kortemeyer end:vcard