William Francis Cladek
2005-03-06 23:57:59 UTC
Maybe I'm completely missing something here, or maybe I'm just stating the
obvious, but these lines in the project description make no sense to me:
"Your operating system should be able to handle at least 20 (thus N = 20)
semaphores whose names may be up to 25 characters long. If there are no
semaphores left (i.e., there were 20 semaphores with unique names already
given), -1 must be returned indicating an error."
How does it handle 20 or more, but it returns an error if 20 are already
being used? The fact that "at least" in the project description made me
think that's not a typo, but maybe it is...
Will
obvious, but these lines in the project description make no sense to me:
"Your operating system should be able to handle at least 20 (thus N = 20)
semaphores whose names may be up to 25 characters long. If there are no
semaphores left (i.e., there were 20 semaphores with unique names already
given), -1 must be returned indicating an error."
How does it handle 20 or more, but it returns an error if 20 are already
being used? The fact that "at least" in the project description made me
think that's not a typo, but maybe it is...
Will