I have my droid device connected through USB and using Eclipse for debugging my application running on the device. Everything is fine, except my application needs to connect to a web application runni
I am using an NSURLConnection in an NSThread but none of the NSURLConnection\'s delegate methods are executed! I have a main method in my NSTread subclass and a while loop that keeps the thread active
I made a custom server that accepts TCP connections on a certain port. I made a corresponding client that sends data to the server. The client writes to the socket and the server seems to accept it. I
I am using one db file to connect t开发者_Python百科o the database.However, i need to show something else from another db database on this site.I can\'t use two db connect files.So, how do i go about
We have a service that hits a few dbs on the sam开发者_JAVA百科e separate server. The service went down, but mysql didn\'t abort all of the connections, and kept one open for a very long time. Below i
I have configured my C# .Net socket using m_clientSocket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.KeepAlive, Convert.ToInt32(True))
I\'m facing a perplexing problem. I\'ve completed a jsf web app that utlizes hibernate and infinispan with Tomcat7 and tomcat-jdbc-pool as the connection pool provider.
We are currently using Apache to handle incoming SSL requests. These are two-way SSL connections. Apache accepts the https connection and pass the request on as http connection to the application serv
I have a working installation of mssql, php on Windows 2003, SQL Server 2008 express.I finally got the connection working right, but now the connection to the database is really quick but its disconne
Can anyone give me an answer for the following question: I have a remote web service and a requirement about 100 TPS. (transaction per second ). As far as I know creation of the connection ( HTTP con