Home | Previous Page | Next Page   Concepts > Java Virtual Processors >

Thread Scheduling

When the JVP starts the JVM, the entire database server component is thought of as running on one particular Java thread, called the main thread. The JVM controls the scheduling of Java threads and the database server scheduler multiplexes Informix threads on top of the Java main thread. In other words, the Informix thread package is stacked on top of the Java thread package.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]