cancelar
Mostrando resultados para 
Pesquisar então 
Você quer dizer: 

LVOOP Class methods execution

Resolvido!
Ir para a solução

Hello,

 

I have a question regarding the execution of class methods.

Lets say i have Class "A" with a method called "Do something" which is set default to "Non reentrant execution"

and I instantiate 10 objects, in different threads which run asynchronously.

If i call the method "Do something", is this running in parallel? Or do I have to use the "reentrant execution" option of the method in order to get parallel execution.

 

Thanks!

0 Kudos
Mensagem 1 de 3
1.155Exibições
Solução
Aceita pelo autor do tópico GMarian

Method has to be reentrant if you want to execute multiple instances of it simultaneously!

Lucian
CLA
0 Kudos
Mensagem 2 de 3
1.123Exibições

Thanks!

0 Kudos
Mensagem 3 de 3
1.105Exibições