Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!swrinde!newsfeed.internetmci.com!in1.uu.net!csnews!boulder!coopnews.coop.net!hops.entertain.com!usenet From: dwatson@abwam.com (Darryl Watson) Newsgroups: comp.unix.bsd.bsdi.misc Subject: BSDi 2.0, Apache, animation, help?! Date: 27 Nov 1995 16:33:37 GMT Organization: ABWAM, Inc. Lines: 16 Message-ID: <49cp91$ebj@hops.entertain.com> NNTP-Posting-Host: ppp004.entertain.com X-Newsreader: WinVN 0.92.5 Hi folks! I am running BSDi 2.0 with patches, Apache 0.8.11 (will soon move to 0.8.14) and am trying to implement server-push. I have written a perl script to do the push, but what happens is this: Lets say I have a five part animation that I want to do. I will pause 5 seconds between each cell. When I browse the animation page, the socket stays open for 25 seconds, but only seems to transfer the cells at the end of that time, as if the socket is buffered, or something like that. I have tried to set $| to 1 for STDOUT, but it doesn't help. Perhaps I am doing something else wrong, but am getting fed up with it. Does anyone have suggestions as to where I could go for a working perl script to do server push? Thanks!