English 中文(简体)
1. 暂停使用长效的碎片屏[封闭式]
原标题:Executing a long running screen scraping script [closed]

我在PHP有一个通过指挥线运行的GoDaddy共享的LAMP服务器的屏幕报废文字。

文字报废、 par和在数据库中储存所需信息。 整个过程每页大约需要1.5秒钟,需要报废近10 000页(另外两页,每页),使总数达到30k页,即<条码>。

整个文字大约需要5小时。 我做了一些记忆学分析,记忆消费量在整个过程中保持了多少不变——没有增加。

如果我一夜接手该书,GoDaddy是否注意到该书的异常情况? 万国邮联的消费量不应太大,而是在5小时内每1.5秒3页的带宽消费量如何坏? 设法对GoDaddy的终点发出警报?

如果是的话,我会说,我可以打断手稿,用到1500页,然后停止一个小时,然后恢复。 我是否应该这样做?

最佳回答

为了不回答问题,我回答:

我在一夜之间拿着手稿。 大约花了5个小时的时间,既没有被GoDaddy终止,也没有接到任何通知,因此我猜测,这是对他们罚款的。

起初,我曾记忆问题,因为笔迹会从分配给我的记忆中消失,但显然是P5.3 bug(详情见 here)。 一旦确定,它就被控制在32-34MB RAM使用整个时间。 没有关于CPU消费或带宽的使用。

问题回答

暂无回答




相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签