Deadlock problems between two applications

Asked By 0 points N/A Posted on -
qa-featured

How can I resolve the problem of deadlock that happened between two applications in a banking sector without forcing any application paying way to stop all tractions during the bank time?

SHARE
Answered By 20 points N/A #107167

Deadlock problems between two applications

qa-featured

Hello Adam,

You can solve the deadlock between the two running applications by using the round robin technique. This technique will allow each application to execute for some considerable amount of time while the other process is in a wait state, and when it is done using the resources in the memory it will pave way for the other application to use the resources.

The applications are strictly allowed to be in the memory for a specified amount of time so that one application does not end up using the resources for a longer period of time hence denying the other application the use of the same resources.

__

Regards
Mahesh Babu

Related Questions