Home | Previous Page | Next Page   Disk, Memory, and Process Management > Virtual Processors and Threads >

Virtual Processors

Database server processes are called virtual processors because they function similarly to the way that a CPU functions in a computer. Just as a CPU runs multiple operating-system processes to service multiple users, a database server virtual processor runs multiple threads to service multiple SQL client applications.

A virtual processor is a process that the operating system schedules for processing.

Figure 22. Virtual Processors
begin figure description - This figure is described in the surrounding text. - end figure description

Figure 22 illustrates the relationship of client applications to virtual processors within a coserver.

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