On Thu, 19 Aug 1999, Oleg Broytmann wrote:
> On Wed, 18 Aug 1999, Oleg Ilin wrote:
> > Как только пускаю этот скрипт от клиента - то вместо появления циферок
> > в броузере молчание - и только после того как откручивается весь цикл
> > - пачка того, что создал вываливается на экран.
> >
> > В чем тут может быть дело, может кто сталкивался?
> > P.S. Если цикл делать длинным, то вываливается пачками.
>
> Это называется "буферизация" :)
> В старых Апачах лечится nph-скриптами. В новых (не помню, с какой
> версии) - должно работать по умолчанию. Еще хорошо бы делать flush STDOUT
> после print...
>
Это не к Апачу претензии. В скрипте где-нибудь в начале стоит поставить
строчку $| = 1. Из доки:
autoflush HANDLE EXPR
$OUTPUT_AUTOFLUSH
$|
If set to nonzero, forces a flush after every write or print
on the currently selected output channel. Default is 0
(regardless of whether the channel is actually buffered by the
system or not; $| tells you only whether you've asked Perl
explicitly to flush after each write). Note that STDOUT will
typically be line buffered if output is to the terminal and
block buffered otherwise. Setting this variable is useful
primarily when you are outputting to a pipe, such as when you
are running a Perl script under rsh and want to see the output
as it's happening. This has no effect on input buffering.
(Mnemonic: when you want your pipes to be piping hot.)
================================================================================
Всего наилучшего! Best regards!
Зуев Денис ICQ: 35183104 Denis A. Zuev
E-Mail: Denis@xxxxxxx FidoNet: 2:5080/76.98 Phone: (3432) 58-20-96
=============================================================================
= Apache-Talk@xxxxxxxxxxxxx mailing list =
Mail "unsubscribe apache-talk" to majordomo@xxxxxxxxxxxxx if you want to quit.
= Archive avaliable at http://www.lexa.ru/apache-talk =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.