This document discusses Jython and its advantages for use in workflow and rules engines. Some key points made:
1) Jython runs on the JVM without a global interpreter lock, allowing true parallelism and concurrency.
2) It provides native access to the full Java API and libraries for concurrency.
3) Being on the JVM allows using the best Java monitoring and profiling tools for CPU, memory, threads and heap analysis.