Normal Topic What if ... crash during multi-user use? (Read 412 times)
Infinity
Senior Member
Members
*****
Offline


Diagonally parked in a
parallel dimension

Posts: 1290
Location: Massachusetts
Joined: May 27th, 2005
What if ... crash during multi-user use?
Sep 3rd, 2007 at 8:28pm
Print Post Print Post  
I really need to know what to expect if my Application crashes for one of my users while others have it open.

Will all clients disconnect?  Hang?

Will the app "Lock"?

Will data be lost?

Will I lose my mind, or my job, or both?
  

**
Captain Infinity
Back to top
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: What if ... crash during multi-user use?
Reply #1 - Sep 3rd, 2007 at 8:42pm
Print Post Print Post  
There are two kinds of crashes in a client/server environment.

Client crash
---------------
This is when a single client goes down. In this case, the server will not be affected, nor will the other clients. That user will lose any unsaved changes to whatever record they were working on at the time. To recover, they just to restart their client.

Server crash
---------------
This is when the server itself goes down. In this case, all users will lose any unsaved changes to whatever record they were working on at the time. When they try to do something, they will receive a message that they have lost communication with the server. To recover, you will need to unlock the database and restart the server. Then your clients can reconnect.
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
Infinity
Senior Member
Members
*****
Offline


Diagonally parked in a
parallel dimension

Posts: 1290
Location: Massachusetts
Joined: May 27th, 2005
Re: What if ... crash during multi-user use?
Reply #2 - Sep 3rd, 2007 at 8:49pm
Print Post Print Post  
Ah, thank you, that is very reassuring.
  

**
Captain Infinity
Back to top
IP Logged