Top "Disconnect" questions

A break or interruption in an existing connection, continuum, or process.

When restoring a backup, how do I disconnect all active connections?

My SQL Server 2005 doesn't restore a backup because of active connections. How can I force it?

sql-server sql-server-2005 backup restore disconnect
Socket.IO handling disconnect event

Cant handle this disconnect event, dont know why socket its not send to the client / client doesnt response! Server io.…

javascript socket.io disconnect
Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed

Using Windows 2008 R2. On our server we get this error: "Multiple connections to a server or shared resource by the …

drive disconnect mapped-drive
socket.io: disconnect event isn't fired

I have made a simple realtime visitor counter. You can download it from this repository. What happens is that disconnect …

node.js events socket.io disconnect
PyQt Widget connect() and disconnect()

Depending on a conditions I would like to connect/re-connect a button to a different function. Let's say I have …

python pyqt click signals-slots disconnect
c# detecting tcp disconnect

I have two simple applications: A Server application that waits on a specific tcp port for a client to connect. …

c# timeout tcpclient disconnect
Do TCP sockets automatically close after some time if no data is sent?

I have a client server situation where the client opens a TCP socket to the server, and sometimes long periods …

c# sockets tcp timeout disconnect
How can I detect a USB disconnect event? (Windows, .NET C# application)

Currently how I do this is I poll for a masked list of USB devices (masked specifically for the device …

.net events usb disconnect
MySQL rollback on transaction with lost/disconnected connection

I need to make MySQL server to rollback transaction immediately after its client disconnected, because each client works concurrently. The …

mysql transactions timeout rollback disconnect
Disconnect from ssh2_connect()

I've connected over ssh2 using ssh2_connect to a server, but I don't see any method in the manpages for …

php ssh disconnect