Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Established (0.35 sec)

  1. src/database/sql/sql.go

    }
    
    // DBStats contains database statistics.
    type DBStats struct {
    	MaxOpenConnections int // Maximum number of open connections to the database.
    
    	// Pool Status
    	OpenConnections int // The number of established connections both in use and idle.
    	InUse           int // The number of connections currently in use.
    	Idle            int // The number of idle connections.
    
    	// Counters
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

                "type": "string"
              },
              "type": {
                "default": "",
                "description": "type is the type of the condition. Types include Established, NamesAccepted and Terminating.",
                "type": "string"
              }
            },
            "required": [
              "type",
              "status"
            ],
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  3. src/net/http/transport_test.go

    				}
    				return false
    			}
    			return true
    		})
    		break
    	}
    }
    
    // Issue 16208: Go 1.7 crashed after Transport.IdleConnTimeout if an
    // HTTP/2 connection was established but its caller no longer
    // wanted it. (Assuming the connection cache was enabled, which it is
    // by default)
    //
    // This test reproduced the crash by setting the IdleConnTimeout low
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  4. src/net/http/serve_test.go

    		_, err := w.Write(buf)
    		if err != nil {
    			t.Errorf("handler Write error: %v", err)
    			return
    		}
    		mu.RLock()
    		defer mu.RUnlock()
    		if conn == nil {
    			t.Error("no established connection found")
    			return
    		}
    		conn.SetWriteDeadline(time.Now().Add(-30 * time.Second))
    		_, err = w.Write(buf)
    		afterTimeoutErrc <- err
    	}), func(ts *httptest.Server) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer. Annotation Type Each annotation type has its own separate page with the following sections: Annotation Type declaration Annotation Type description Required Element Summary Optional Element Summary Element Detail Enum Each enum...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
  6. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    producing them; and in general, from Effects to their Causes, and from particular Causes to more general ones, till the Argument end in the most general. This is the Method of Analysis: And the Synthesis consists in assuming the Causes discover'd, and establish'd as Principles, and by them explaining the Phænomena proceeding from them, and proving the Explanations. In the two first Books of these Opticks, I proceeded by this Analysis to discover and prove the original Differences of the Rays of Light in...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top