Symfony2使用Thread

时间:2014-02-08 16:45:36

标签: mysql xml multithreading symfony

我在不同的模式中有大型xml文件(35 Mb - 80 Mb)。我想将这些数据记录到mysql.But循环需要太长时间,MAMP服务器崩溃,但phpmyadmin没有。另一页未运行。 我该如何解决这个问题?

 foreach ($xml_object as $items):
    foreach ($items as $item):
        $result = $this->myORMRecordFunction($item);
    endforeach;
 endforeach;

0 个答案:

没有答案