jquery ajax cpu使用率高

时间:2013-08-29 09:40:23

标签: php jquery

我正在使用此ajax.php获取livenews自动更新。 但有时它会导致高杯使用量,有时(120%) 它运行在一个apache上。 你可以告诉我这个问题: 代码是:

<?php
$data = file_get_contents('http://domaine.com');
preg_match("/<ul[^>]*id=\"toautoupdate\"[^>]*>(.*?)<\\/ul>/si", $data, $match);
echo $match[1];
?>

0 个答案:

没有答案