Multi Threading AND emulation cause problems?

mark leenheer

Client
Регистрация
29.01.2012
Сообщения
156
Благодарностей
6
Баллы
0
Is there some sort of rule on using keyboard emulation and multithreading?

I thought I read somewhere using KB emulation while mutithreading can cause problems.

Is this true, are there any issues/guidelines with using emulation while multithreading?
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
No issues.
But when you use keyboard emulation, it will work only in 1 instance per base.exe. Other instances will be waiting while this task will be finished.
 

mark leenheer

Client
Регистрация
29.01.2012
Сообщения
156
Благодарностей
6
Баллы
0
No issues.
But when you use keyboard emulation, it will work only in 1 instance per base.exe. Other instances will be waiting while this task will be finished.
AH ok thank you.
So if I want to multi thread while using emulation and execute as fast as possible I would want to reduce count of threads in one process to 1 or is this not advised/needed?
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
Yes I set 1 instance per base when I run 1 of my projects that requires a lot of emulation.
 

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