Consultor Eletrônico



Kbase P180554: Will a smaller query be blocked until the larger queries are finished? 
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   13/01/2011
Status: Unverified

GOAL:

Will a smaller query be blocked until the larger queries are finished?


GOAL:

Where Openedge is not multi threaded, will queries be done to completion before another query is started?

GOAL:

Are queries multi threaded in Openedge?

GOAL:

Does Openedge process requests from remote users in order until cpmpletion?

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x

FIX:


The server process loops, checking the sockets it is listening on for messages or requests from the remote clients connected to it. Iif a server is processing messages/requests for a remote user and it finds messages from other remote clients waiting, it will process up to 3 more messages or requests from the current client it was working on before switching to reading/processing messages from another remote client. So in this case, it is not the size of the query, but the number of messages/requests it is processing for each query from each client.