Can one session be shared amongst multiple threads? In the book Drools JBoss Rules 5.0
Developer's Guide it says that sessions cannot be shared as they contain state which i
understand but in chapter 12 they say that "Drools supports parallel execution mode.
One session can be executed by multiple threads." using Knowledge partitioning what
exactly does this mean?
Thanks in advance