Very Slow after scrape 40 pages

  • Автор темы Автор темы bluescharp
  • Дата начала Дата начала

bluescharp

Client
Регистрация
20.06.2012
Сообщения
35
Реакции
1
Баллы
8
I want to scrape many pages, url like:
http://abc.com/keywords/money&page=2
http://abc.com/keywords/money&page=3
......
http://abc.com/keywords/money&page=50
.....
http://abc.com/keywords/make&page=2
....
This site need login, so I want to use just 1 thread to scrape.

After ProjectMaker visit 40 pages, it become very slow. how to do with this?


QQ图片20140713221659.jpg
 
Последнее редактирование:
Try to use action Browser - Settings - Restrt instance periodically
 
I would suggest different logic in your template.
First create link file:
http://abc.com/keywords/make&page=2
http://abc.com/keywords/make&page=3
http://abc.com/keywords/make&page=4
http://abc.com/keywords/make&page=5

.........
as many links you have. and then run template in multithread, you will get job bode much faster and with less memory consumption...

Cheers

But this site need login. So how to set multithread using one cookie?
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)