Top "Connection" questions

Refers to a connection used to transfer data between two endpoints, such as between a client and a web, database, web service or other server.

"Proxy server connection failed" in google chrome

My Google Chrome has stopped working & I don’t know why. proxy server part is unchecked & Automatically detect …

google-chrome browser proxy connection proxy-server
Need Code to create Connection Pool in java

Need code to create the connection pool in java? How does we make sure that connection pool doesn't return the …

java connection connection-pooling
Android event for internet connectivity state change

I am making an app where a user is uploading information and files to my server on a somewhat frequent …

android events connection connectivity
SSH connection with Java

How can I connect to an SSH server in Java? I don't need/want a shell. I just want to …

java ssh connection
How to take a backup for the 'connection details' in sqldeveloper?

What is the process to take a backup of all the connection-details (viz. host,port,sid,etc.) in 'oracle sqldeveloper' …

backup oracle-sqldeveloper connection
Connect to Exchange mailbox with Python

I need to connect to an Exchange mailbox in a Python script, without using any profile setup on the local …

python email connection exchange-server pywin32
ansible SSH connection fail

I'm trying to run ansible role on multiple servers, but i get an error: fatal: [192.168.0.10]: UNREACHABLE! => {"changed": false, "msg": "…

ssh connection ansible
How to close idle connections in PostgreSQL automatically?

Some clients connect to our postgresql database but leave the connections opened. Is it possible to tell Postgresql to close …

postgresql timeout connection
IDLE timeout parameter in Oracle

We are stuck in a situation where one of our processes is taking 3 hours of computing without touching the database. …

oracle connection python-idle
How to check for database availability

I have the following code to test DB connection, it runs periodically to test for DB availability: private bool CheckDbConn() { …

c# .net sql sql-server connection