I\'m currently working in C# and I need to check the state of the JMS connection that i made (开发者_开发技巧whether it\'s connected / disconnected). I\'m sure that I can connect and disconnect succes
I\'ve written a Delphi (2009) app with Indy (TCPServer/Client). And I have a problem at the level of TCPServer : it detects t开发者_StackOverflow社区he deconnection(after a reboot of the PC) of the Cl
This question already has answers here: 开发者_Python百科 Does the port change when a server accepts a TCP connection?
I\'m trying to detect either by calling an API or using WMI whether a computer is connected to a domain.
I have a JSP page. It used to work well but it becomes very slow (15 seconds to load) after开发者_运维知识库 the Systems team upgraded the Solaris 10 OS server.
Is it possible to make a ssh connection to a server wit开发者_开发技巧h java? Yes, I used http://sourceforge.net/projects/sshtools/ in a Java application to connect to a UNIX server over SSH, it worke
We just recently switched from Visual Studio 2008 to Visual Studio 2010. I have an application which uses sql express database locally. The problem is after installing new Visual Studio, I can\'t acce
I am creating a .net application, with a Sql Server db engine. I would like my site to be accessed by thousands of users per second. What does the number of connect开发者_Python百科ions rely on?
my rails application generates lots of small sqlite databases using DataMapper. After data saved, .sqlite-file must be uploaded on a remote server and destroyed locally.
DataContext has Connection property of type DbConnection and I was wondering if I could re-use it.I\'ve tried to use it creating a command using CreateCommand and using a reader off of it but I\'ve go