Reply To: Priority of process and threads.

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Priority of process and threads. Reply To: Priority of process and threads.

#59025
Dennis Pfeifer
Participant

    The only thing that I can think of is to take your inbound, and split it to two outbound, that send back to yourself to two threads on different processes (one for critial, second for non-critical). You would then use throttling to slowdown one of the processes. …

    you’d adjust it so that ‘normally’ the throttling doesn’t impact the processing, but with a bolas, the process that isn’t throttled would get most of the processing time …

    —-

    Throttling only impacts Xlates .. so .. you must ‘split’ the inbound messages so that you have two Xlate processes .. one fast, the other slow. Use RAW on the first inbound splitting process (threads).

    Dennis