(a) In an environment where several users share access to a single database, can one user ever block another's access for an unlimited period of time? (This situation is called an indefinite postponement.) (b) Describe a scenario in which two users could cause the indefinite postponement of each other. (c) Describe a scenario in which a single user could cause the indefinite postponement of all

users.

What will be an ideal response?

Indefinite
postponement
is
also
known
as
deadlock.
It
occurs
when
one
task
holds
a
resource
being
waited
for
by
a
second
task,
and
the
second
holds
a
resource
being
waited
for
by
the
first.
Because
each
is
waiting
for
the
other,
neither
will
ever
release
its
resource
and
allow
the
other
to
proceed.

Computer Science & Information Technology

You might also like to view...

Encryption is the process of converting the ciphertext message back into plaintext so that it can be readily understood. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In C++, a character is stored as a(n) ____ value.

a. integer b. char c. boolean d. floating point

Computer Science & Information Technology