A way to make templates start faster?

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

muchink

Client
Регистрация
28.07.2012
Сообщения
193
Реакции
6
Баллы
18
As I've seen on ZP4 and even bigger notice on ZP5, if I'm not changing anything and there are still 5 threads per process, it takes a lot of time for the program to start new threads every time.
Is there a way to make the program create threads faster?
RAM and CPU are the best, so there is no problem with the computer..

Thanks.
 
I think Zennolab team can do some optimalisation soo, but it is so important? How long time You must wait for threads?
 
ZennoPoster requires time to start instance and restart bases. What do you mean when you say a lot?
 
For example, if I'm having 4 templates that finish in about 30 sec-1 min each.
and the max amount of threads is 200, while I'm trying to get more than 1000 successful executions for each templates,
instead of running on constant 40+ threads on each template, they run on 3-4 each which takes much longer to finish the job..

Thanks for the quick reply!
 
You can increase execution speed by adding loops to template. So your template will perform not 1 execution while it's running, but 3-4.
 
Thats strange... I have one template, and it takes 30-60sec to finish it but i use shitload of regex so 30-40 threads kills my i5 3450 but i get that 30 threads with no problems and ~45 successful executions per minute.
 
The execution time wasn't the problem, the problem was that the threads aren't starting fast enough and instead of having a total amount of >100 threads I'm averaging on 30 even though I used 5 loops in each templates and my PC's ram and CPU levels didn't even get to 40%.

I'll try with more loops and see how is it working..
 

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