Re: print is slow under mod_perl

2001-02-12 Thread Alvar Freude
Hi, > Do you see the same problem with static text ? yes, static text and CGI: no problem, as fast as expected. Only everything running under mod_perl is slow. very strange ... > Could it be a difference between MSIE and Netscape, like Eddie described in > his post ? no, i checked it with ap

Re: print is slow under mod_perl

2001-02-12 Thread Gerald Richter
Hi, > > > Looks like you have an Embperl 1.3 beta version. In some of them was a bug > > in calculating the content_length, so the browser waits until a time out > > before he displays your text. Upgrade to 1.3.0 should solve this problem > > no, that has nothing to do with embperl, it's the same

Re: print is slow under mod_perl

2001-02-11 Thread Alvar Freude
Hi, > Looks like you have an Embperl 1.3 beta version. In some of them was a bug > in calculating the content_length, so the browser waits until a time out > before he displays your text. Upgrade to 1.3.0 should solve this problem no, that has nothing to do with embperl, it's the same with plain

Re: print is slow under mod_perl

2001-02-11 Thread Gerald Richter
Hi, > > checked with embperl or plain mod_perl: if the text length is long, it > takes a lot of time, e.g. about 4 seconds for an 200 KByte text, checked > from localhost! > > the hole calculating time before output is about 0.25 seconds. > Looks like you have an Embperl 1.3 beta version. In som

print is slow under mod_perl

2001-02-10 Thread Alvar Freude
Hi, on my machine each type of print / output under mod_perl to the browser is VERY slow! checked with embperl or plain mod_perl: if the text length is long, it takes a lot of time, e.g. about 4 seconds for an 200 KByte text, checked from localhost! the hole calculating time before output is a