Consultor Eletrônico



Kbase P57918: How many Java processes would one expect to be running per WebSpeed agent?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

How many Java processes would one expect to be running per WebSpeed agent?

FIX:

Java = broker
_progres = server

each server process forked by broker takes at least one Java thread...
and each client connected to the broker also takes at least one Java thread...
and there are some additional threads for the internal stuff as RMI

A Java thread is a executed thread in a program.
The JVM (Java Virtual Machine) allows an application to have multiple threads of execution running concurrently. These threads has a priority and are executed according to this.