> > $| = not 0;
> >
>
> Не помогло,
> я запустил у себя скрипт из примера,
> и не помогло, так что это наверное
> в настройках сервера.
Попробуй это. У меня работает.
$| = not 0;
print "Content-type: text/plane\n\n";
print "Start";
for ($i=0; $i<20; $i++) {
print ".";
sleep 1;
}
print "Finish\n";
=============================================================================
= 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.