Can u specify one Deadlock or Processlock issue in a client
server application?
Answer Posted / rock
Dead Lock/Process lock
A process-lock is a destruct which provides a mechanism for
interlocking process execution. A process-lock is either
free or it is seized by exactly one process. When a process
is seized, a non-nil value is stored in the lock (in the
slot named locker). Usually this is the process which
seized the lock, but can be any Lisp object other than nil.
Any process which tries to seize the lock before it is
released will block. This includes the process which has
seized the lock; the with-process-lock macro protects
against such recursion.
Dead Lock
An error with the computer that occurs when two programs
are trying to wait for a signal from the other program at
the same time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When the GUI Testing will be held on the V model ?
What is baseline testing?
What are the differences between stlc and sdlc?
What are similarities of Agile and Scrum?
Define cause effect graphing?
Explain the strategy for testing a Java application?
In Manual testing how to test proxy servers? can u please explain with example?
Can you explain boundary value analysis?
List the considerations in developing testing methodology
Write a Test scenario for Outlook Search functionality.
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
Can you explain equivalence partitioning?
In manual testing, what are stubs and drivers?
In simple steps how will you do unit testing using VSTS?
what type of testing techniques are using after accept the build?