TraditionalWorkQueueCfgDefn_ko.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
09ed5ee011f3a6cd9d4742216ad3bb7dbf855641vboxsyncuser-friendly-name=Traditional Work Queue
09ed5ee011f3a6cd9d4742216ad3bb7dbf855641vboxsyncuser-friendly-plural-name=Traditional Work Queues
09ed5ee011f3a6cd9d4742216ad3bb7dbf855641vboxsyncsynopsis=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.
09ed5ee011f3a6cd9d4742216ad3bb7dbf855641vboxsyncdescription=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.
09ed5ee011f3a6cd9d4742216ad3bb7dbf855641vboxsyncproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Traditional Work Queue implementation.
09ed5ee011f3a6cd9d4742216ad3bb7dbf855641vboxsyncproperty.max-work-queue-capacity.synopsis=Specifies the maximum number of queued operations that can be in the work queue at any given time.
09ed5ee011f3a6cd9d4742216ad3bb7dbf855641vboxsyncproperty.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.
09ed5ee011f3a6cd9d4742216ad3bb7dbf855641vboxsyncproperty.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.
09ed5ee011f3a6cd9d4742216ad3bb7dbf855641vboxsyncproperty.num-worker-threads.synopsis=Specifies the number of worker threads to be used for processing operations placed in the queue.
09ed5ee011f3a6cd9d4742216ad3bb7dbf855641vboxsyncproperty.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.
09ed5ee011f3a6cd9d4742216ad3bb7dbf855641vboxsync