Показать сообщение отдельно
Старый 24.08.2004, 11:31     # 1
vlad miheyev
Newbie
 
Регистрация: 12.12.2002
Сообщения: 15

vlad miheyev Путь к славе только начался
php размер скрипта

Есть простой html

PHP код:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
    <title>Техноэра</title>
    <meta http-equiv="content-type" content="text/html; charset=windows-1251">
</head>

<body topmargin=0 leftmargin=0 marginheight=0 marginwidth=0>
    <?
    for($i = 0; $i < 10000; $i++)
        print 'asasasaasasasaasasasaasasasaasasasaasasasaasasasaasasasaasasasa<br>';
    ?>
</body>
</html>
Смотрю как в IE выполняется. Получается:

Цитата:
00:00:00.000 0.056 44134 GET 200 text/html; charset=Windows-1251 http://194.68.0.7:8080/iii.php
00:00:00.283 0.123 41984 GET 200 text/html; charset=Windows-1251 http://194.68.0.7:8080/iii.php
00:00:00.580 0.160 41984 GET 200 text/html; charset=Windows-1251 http://194.68.0.7:8080/iii.php
00:00:00.928 0.153 41984 GET 200 text/html; charset=Windows-1251 http://194.68.0.7:8080/iii.php
00:00:01.259 0.212 41984 GET 200 text/html; charset=Windows-1251 http://194.68.0.7:8080/iii.php
00:00:01.639 0.199 41984 GET 200 text/html; charset=Windows-1251 http://194.68.0.7:8080/iii.php
00:00:01.999 0.202 41984 GET 200 text/html; charset=Windows-1251 http://194.68.0.7:8080/iii.php
00:00:02.360 0.203 41984 GET 200 text/html; charset=Windows-1251 http://194.68.0.7:8080/iii.php
00:00:02.732 0.176 58368 GET 200 text/html; charset=Windows-1251 http://194.68.0.7:8080/iii.php
00:00:03.083 0.154 41984 GET 200 text/html; charset=Windows-1251 http://194.68.0.7:8080/iii.php
00:00:03.412 0.159 50176 GET 200 text/html; charset=Windows-1251 http://194.68.0.7:8080/iii.php
00:00:03.752 0.154 41984 GET 200 text/html; charset=Windows-1251 http://194.68.0.7:8080/iii.php
00:00:04.080 0.152 41984 GET 200 text/html; charset=Windows-1251 http://194.68.0.7:8080/iii.php
00:00:04.406 0.161 41984 GET 200 text/html; charset=Windows-1251 http://194.68.0.7:8080/iii.php
...
И страница в конце концов не открывается. Почему так работает скрипт?

Сервер под apache 2.0.50
vlad miheyev вне форума