Consultor Eletrônico



Kbase P138954: Can AppServers utilize Quad Processors?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/12/2009
Status: Verified

GOAL:

Are AppServer processes multi-threaded?

GOAL:

Are WebSpeed processes multi-threaded?

GOAL:

Can AppServers utilize Quad Processors?

GOAL:

Can AppServers utilize Multiple Processors?

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

FIX:

No, AppServer/WebSpeed process are 4GL clients and can only run one instruction at a time, they are not multi-threaded processes.

The AppServer Broker itself is a Java process. The AppServer Agents/Servers are written in C and are not multi-threaded. The AppServer Agents/Servers are single threaded processes. These processes are handled like any other single threaded process. The Operating System is responsible for directing processes to processors.