Go to new doc!

+49 228 5552576-0


info@predic8.com

byThreadStrategy

Can be used in

balancer

Syntax

				<byThreadStrategy maxNumberOfThreadsPerEndpoint="integer"
					retryTimeOnBusy="integer" />
			
Listing 1: byThreadStrategy Syntax

Sample

				<serviceProxy port="2001">
						<balancer>
							<byThreadStrategy maxNumberOfThreadsPerEndpoint="10"
								retryTimeOnBusy="1000" />
						</balancer>
				</serviceProxy>
			
Listing 2: byThreadStrategy Example

Attributes

Name Mandatory Default Description Example
maxNumberOfThreadsPerEndpoint yes - Maximum number of active threads per endpoint. 10
retryTimeOnBusy yes - 1000