Search



Search Results
Displaying 61 to 70 of 2264 total results
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
Connection pooling is a technique of creating and managing a pool of connections that are ready for use by any thread that needs them. Connection pooling can greatly increase the performance of your Java application, while reducing overall resource ...* * Note: This code only works when you are using servlets * or EJBs in a J2EE application ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
Connection pooling is a technique of creating and managing a pool of connections that are ready for use by any thread that needs them. Connection pooling can greatly increase the performance of your Java application, while reducing overall resource ...* * Note: This code only works when you are using servlets * or EJBs in a J2EE application ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-methods-standard.html
It also includes these options: Timeout: Maximum time to wait before the connection is aborted. This connection method enables MySQL Workbench to connect to MySQL Server using TCP/IP. In addition to naming your new connection in the field provided, ...If disabled, use named pipes or shared memory (on Windows) or Unix socket files (on ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-x-protocol-and-x-devapi.html
Since Version 8.0.22 xdevapi.connect-timeout X DevAPI-specific timeout, in milliseconds, for socket connect, with "0" being no timeout. If 'xdevapi.connect-timeout' is not set explicitly and 'connectTimeout' is, 'xdevapi.connect-timeout' takes up ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-x-protocol-and-x-devapi.html
Since Version 8.0.22 xdevapi.connect-timeout X DevAPI-specific timeout, in milliseconds, for socket connect, with "0" being no timeout. If 'xdevapi.connect-timeout' is not set explicitly and 'connectTimeout' is, 'xdevapi.connect-timeout' takes up ...
https://dev.mysql.com/doc/refman/8.4/en/connection-compression-control.html
Connections to the server can use compression on the traffic between client and server to reduce the number of bytes sent over the connection. By default, connections are uncompressed, but can be compressed if the server and the client agree on a ...Because enabling compression decreases performance, its benefits occur primarily when there is low network bandwidth, network transfer time dominates the cost of compression and decompression operations, and result sets are ...
https://dev.mysql.com/doc/connectors/en/connector-python-connectargs.html
Compatibility with Other Connection Interfaces passwd, db and connect_timeout are valid for compatibility with other MySQL interfaces and are respectively the same as password, database and connection_timeout. A connection with the MySQL server can ...An asterisk (*) following an argument indicates a synonymous argument name, available only for compatibility with other Python MySQL ...
https://dev.mysql.com/doc/connector-python/en/connector-python-connectargs.html
Compatibility with Other Connection Interfaces passwd, db and connect_timeout are valid for compatibility with other MySQL interfaces and are respectively the same as password, database and connection_timeout. A connection with the MySQL server can ...An asterisk (*) following an argument indicates a synonymous argument name, available only for compatibility with other Python MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
Default Value true Since Version 5.1.23 interactiveClient Set the 'CLIENT_INTERACTIVE' flag, which tells MySQL to timeout connections based on 'interactive_timeout' instead of 'wait_timeout'. connectionAttributes A comma-delimited list of ...Since ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-connection.html
Default Value true Since Version 5.1.23 interactiveClient Set the 'CLIENT_INTERACTIVE' flag, which tells MySQL to timeout connections based on 'interactive_timeout' instead of 'wait_timeout'. connectionAttributes A comma-delimited list of ...Since ...
Displaying 61 to 70 of 2264 total results