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.

Closing WCF connection

We are using WCF service on the client side we are planning to explicitly close the connection It seems there …

wcf connection
Connecting to multiple databases in ruby on rails

I have a ruby on rails application working fine and connected to a database. Now i want to connect to …

ruby-on-rails database connection
pooled connection timed out

On the production server sometimes randomly the connection fails to the ORacle database. I get a lot of Oracle.DataAccess.…

database oracle connection data-access
Samsung Galaxy Phone is not recognized on Android Studio

My Samsung phone was not recognized by Android Studio on windows 7. I repaired it by installing the Samung Driver here: …

android-studio connection driver samsung-mobile galaxy
Database Laravel php artisan migrate connection refused

When I use 'php artisan migrate' I get the following error message: [Illuminate\Database\QueryException] SQLSTATE[HY000] [2002] Connection refused (SQL: …

laravel xampp connection laravel-artisan
How to test/simulate concurrent connections for a website?

HI, I would like test access time for my website (or certain page, or query) WHEN there are 5000 concurrent connections. …

testing connection traffic
Could not create the driver from NHibernate.Driver.OracleDataClientDriver

Here's the code raising the exception: public static class NHibernateSessionManager { private static ISessionFactory sessionFactory = new Configuration().Configure().BuildSessionFactory(); public static …

c# oracle nhibernate connection driver
c# how to connect multiple clients to a TcpListener

I am implementing a game in a WPF application. I need to connect at least 10 players to a server. I …

sockets tcpclient tcplistener connection
Which should I close first, the PreparedStatement or the Connection?

When using a PreparedStatement in JDBC, should I close the PreparedStatement first or the Connection first? I just saw a …

java jdbc connection prepared-statement
What exactly does a "persistent connection" mean?

I read about "HTTP persistent connection" but somehow I don't seem to understand what does persistent mean in this context. …

http connection persistent