I am trying to run a java program with the java/mongo driver on a separate computer than the one running mongod.I only modified the java/mongo tutorial code to include an ip address.
We are creating an application for the iPad. Because of sensitivity of the data in the application, the dat开发者_如何学JAVAa transfer should be over VPN. Before launching the application the user has
I have a client which is a windows process to get updates from server in c#. The server may be down for maintainance for some time, the client wont not 开发者_运维百科be able to connect to server at t
I\'m having a problem with the connections of UIPickerView. My viewController class looks like this: @interface MyViewController: UIViewController <UITextFieldDelegate, UIPickerViewDataSource, UIP
I have a class with a MySqlConnection object that I reuse across my application public class MySqlWrapper : IDbConnection
I\'m building a website with MySQL.I\'m using TOAD for MySQL and suddenly I can\'t connect to the database as I\'m getting an error:
Let\'s say the MySQL server is mydomain.com:3306, and the Apache and MySQL are on the same server machine.
I have one thread to treat each new tcp/ip connection. What happens if two simultaneous requests re made to the same port? One will be rejected? Is there a solution to this problem or I have to retry
I am using Sybase Advantage, I have 2 tables: The first table has the data records The second table stores a history of the first
We recently ported some code we have to use PHP\'s MySQLi extension ins开发者_JS百科tead of the regular mysql. This code connects to a database that occasionally might not be responding, so we set thi