Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for PARALLEL (1.7 sec)

  1. docs/en/docs/img/async/parallel-burgers/parallel-burgers-01.png

    parallel-burgers-01.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 220.7K bytes
    - Viewed (0)
  2. docs/en/docs/img/async/parallel-burgers/parallel-burgers-02.png

    parallel-burgers-02.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 198.9K bytes
    - Viewed (0)
  3. docs/en/docs/img/async/parallel-burgers/parallel-burgers-06.png

    parallel-burgers-06.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 153.4K bytes
    - Viewed (0)
  4. docs/en/docs/img/async/parallel-burgers/parallel-burgers-03.png

    parallel-burgers-03.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 164.7K bytes
    - Viewed (0)
  5. docs/en/docs/img/async/parallel-burgers/parallel-burgers-04.png

    parallel-burgers-04.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 214.3K bytes
    - Viewed (0)
  6. docs/en/docs/img/async/parallel-burgers/parallel-burgers-05.png

    parallel-burgers-05.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 180.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.4.md

    * Fix "PVC Volume not detached if pod deleted via namespace deletion" issue ([#29077](https://github.com/kubernetes/kubernetes/pull/29077), [@saad-ali](https://github.com/saad-ali))
    * Allow mounts to run in parallel for non-attachable volumes ([#28939](https://github.com/kubernetes/kubernetes/pull/28939), [@saad-ali](https://github.com/saad-ali))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  8. cmd/bucket-replication.go

    			// to exit immediately
    			return
    		}
    	}
    }
    
    const (
    	resyncWorkerCnt        = 10 // limit of number of bucket resyncs is progress at any given time
    	resyncParallelRoutines = 10 // number of parallel resync ops per bucket
    )
    
    func newresyncer() *replicationResyncer {
    	rs := replicationResyncer{
    		statusMap:      make(map[string]BucketReplicationResyncStatus),
    		workerSize:     resyncWorkerCnt,
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 118K bytes
    - Viewed (0)
  9. cmd/object-handlers_test.go

    	testUploads := struct {
    		sync.Mutex
    		uploads []string
    	}{}
    
    	objectName := "test-object-new-multipart-parallel"
    	var wg sync.WaitGroup
    	for range 10 {
    		wg.Add(1)
    		// Initiate NewMultipart upload on the same object 10 times concurrrently.
    		go func() {
    			defer wg.Done()
    			rec := httptest.NewRecorder()
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 163.1K bytes
    - Viewed (0)
  10. api/maven-api-model/src/main/mdo/maven.mdo

              <version>4.0.0+</version>
              <description>
                Multiple specifications of a set of reports, each having (possibly) different
                configuration. This is the reporting parallel to an {@code execution} in the build.
              </description>
              <association>
                <type>ReportSet</type>
                <multiplicity>*</multiplicity>
              </association>
            </field>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Aug 07 14:32:16 UTC 2025
    - 132.7K bytes
    - Viewed (0)
Back to top