TraditionalWorkQueueCfgDefn_zh_TW.properties revision e75c2484bff064fbbf51e92aed4f37b08e6427b7
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinuser-friendly-name=Traditional Work Queue
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinuser-friendly-plural-name=Traditional Work Queues
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinsynopsis=The Traditional Work Queue is a type of work queue that uses a number of worker threads that watch a queue and pick up an operation to process whenever one becomes available.
3e14f97f673e8a630f076077de35afdd43dc1587Roger A. Faulknerdescription=The traditional work queue is a FIFO queue serviced by a fixed number of worker threads. This fixed number of threads can be changed on the fly, with the change taking effect as soon as it is made. You can limit the size of the work queue to a specified number of operations. When this many operations are in the queue, waiting to be picked up by threads, any new requests are rejected with an error message.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Traditional Work Queue implementation.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinproperty.max-work-queue-capacity.synopsis=Specifies the maximum number of queued operations that can be in the work queue at any given time.
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chinproperty.max-work-queue-capacity.description=If the work queue is already full and additional requests are received by the server, the requests are rejected. A value of zero indicates that there is no limit to the size of the queue.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinproperty.max-work-queue-capacity.default-behavior.alias.synopsis=The work queue does not impose any limit on the number of operations that can be enqueued at any one time.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinproperty.num-worker-threads.synopsis=Specifies the number of worker threads to be used for processing operations placed in the queue.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinproperty.num-worker-threads.description=If the value is increased, the additional worker threads are created immediately. If the value is reduced, the appropriate number of threads are destroyed as operations complete processing.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin