Use the java.lang.Thread class with care

The PCA/JVM supports the java.lang.Thread class, which allows you to create classes that use multithreaded methods in Adaptive Server. Threads created within a Java method compete with Adaptive Server for CPU and other resources. Large numbers or resource-intensive threads can impact overall server performance.