Quick Question About Threads

fthomas137

Client
Регистрация
18.06.2011
Сообщения
91
Благодарностей
11
Баллы
0
Good day! I'm wondering if it is possible to run multiple threads at the same time - running different sections of code?

So basically, I'd like the program to be creating accounts and such on multiple sites at the same time. Is this possible or does every thread have to be the same code base?

To avoid confusion, I'd like to for example, run some code that was created to create a squidoo login at the same time as some code created to create a webs.com account.

Thanks ahead of time!

Frank
 

player

Client
Регистрация
06.06.2011
Сообщения
154
Благодарностей
16
Баллы
0
I think the easiest way to achieve this is to create 2 templates.

One template for squidoo and one template for webs.com.

Then you can add both templates in ZP and process them.

But if you have sites that are on the same platform, e.g. pligg sites you can use one template for them with the same code. Except they are highly customized.
 

fthomas137

Client
Регистрация
18.06.2011
Сообщения
91
Благодарностей
11
Баллы
0
Hey Player, thanks for the reply. So I can run both templates at the same time, do you think?

Frank
 

shinigami

Client
Регистрация
01.05.2011
Сообщения
164
Благодарностей
91
Баллы
0
You can run as many templates as you need at the same time.
 

fthomas137

Client
Регистрация
18.06.2011
Сообщения
91
Благодарностей
11
Баллы
0

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