[rules-users] Multi-threading inefficiency caused by static class synchronization?

Wolfgang Laun wolfgang.laun at gmail.com
Tue Dec 11 04:46:55 EST 2012


On 11/12/2012, Mauricio Salatino <salaboy at gmail.com> wrote:
> You can also split your application in multiple processes to use multiple
> JVMs. if you have 8 threads it can be divided into starting two apps with 4
> threads each. If you are working with Stateless session that shouldn't be a
> problem.

Except for sharing the global,
-W

> Cheers


More information about the rules-users mailing list