Hm... do you think this is the most appropriate list for your question?

Every Java object can be thought of as supporting a condition variable
through the wait() and notify() methods.

I would suggest looking over a threading tutorial for Java next time before
you ask.

--russell
----- Original Message -----
From: "Puri, Sumit." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 18, 2002 6:14 PM
Subject: [JAVA3D] Condition Variable


Hi Everyone,

Need your help... !

Most of you must be familiar with the Semaphore, monitors and Condition
Variables. I'm taking software engineering class and the professor asked us
to use condition variables. I coundn't find any reference to this type of
class in the Java platform documentation.

I did took a class last semester, related to concurrent programming and in
that class we wrote some classes which we called Semaphore, Monitors,
countingSemaphore and a final class Condition variables which uses the same
Semaphore class internally.

The professor suggested me that i shouldn't use the Semaphores, but should
use condition variables... now that is confussing me..


Any suggestions.. .

Thanks for help in advance.

Sumit
Sr. System Analyst

=========================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to