Re: print rflush sendfile

2004-11-18 Thread Robert Ferney
Paint me purple and color me an idiot, nevermind, I found my problem. thanks yall anyway. On Thu, 18 Nov 2004 20:13:19 -0700, Robert Ferney <[EMAIL PROTECTED]> wrote: > I am experancing the following undesirable behavior. > > My code looks somethign like this.. > > $r->print("Some htmlish bits"

print rflush sendfile

2004-11-18 Thread Robert Ferney
I am experancing the following undesirable behavior. My code looks somethign like this.. $r->print("Some htmlish bits"); $r->rflush; $r->sendfile("/path/to/somefile"); $r->print("Some more htmlish bits"); $r->rflush; $r->sendfile("/path/to/someotherfile"); which I do twice before I finish the r