Re: can't flush buffers?

2000-12-23 Thread Wesley Darlington
Hi All, On Sat, Dec 23, 2000 at 09:38:11AM -0800, quagly wrote: > This is the relevant code: > > while ($sth->fetch) { >$r->print ("", >map("$_",@cols), >""); > $r->rflush; > } A thought is knocking at the back of my head - browsers don't render tables until they've got th

Re: Apache 1.3.14 and Mod_Perl

2000-10-20 Thread Wesley Darlington
Hi, On Tue, Oct 17, 2000 at 04:01:25PM -0400, [EMAIL PROTECTED] wrote: > Why can't I download it with wget? Really weird. However, if one persuades wget to lie about what it is... wget --user-agent=FooBar/10.0 http://perl.apache.org/dist/mod_perl-1.24_01.tar.gz ...it seems to work ok. An anti

Re: Strange error in log: Attempt to free unreferenced scalar.

2000-08-14 Thread Wesley Darlington
Hi, Doh! Forgot attachment. :-( Wesley. On Mon, Aug 14, 2000 at 11:35:53AM +0100, Wesley Darlington wrote: > Hi, > > On Mon, Aug 14, 2000 at 01:29:53PM +0400, Vladimir Buyanov wrote: > > We don't use Apache::AuthDBI module, but use: > > No, we don't us

Re: Strange error in log: Attempt to free unreferenced scalar.

2000-08-14 Thread Wesley Darlington
Hi, On Mon, Aug 14, 2000 at 01:29:53PM +0400, Vladimir Buyanov wrote: > We don't use Apache::AuthDBI module, but use: No, we don't use it either... > use Mysql; > use HTML::Template; > use CGI; > use Mail::Mailer; > use Time::Local; > use Time::localtime; > use Net::SMTP; > use MIME::Base64; >

Re: Strange error in log: Attempt to free unreferenced scalar.

2000-08-11 Thread Wesley Darlington
Hi, On Fri, Aug 11, 2000 at 11:16:10PM +0400, Vladimir Buyanov wrote: > I have the following problem with Apache mod_perl and MySQL. > We have written Web chat server based on: FreeBSD+Apache+mod_perl+MySQL. > Hardware: 2xPIII 550, 1Gb RAM > Also there are PostgreSQL and exim for other tasks on t