Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Раздача статики
Вот это делает:
if (file_exists($imagepath)) {
$imgsz = getimagesize($imagepath);
print "<script>some javascript code</script>";
else {
print "Still preparing...";
}
А бразуер через ajax этот скрипт
подтягивает каждые 1.5 секунды у каждого
юзера.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,224990,225131#msg-225131
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|