Related articles |
---|
Any book covers materials on implementing parallel/concurrent programm climber.cui@gmail.com (2007-08-28) |
Re: Any book covers materials on implementing parallel/concurrent prog mailbox@dmitry-kazakov.de (Dmitry A. Kazakov) (2007-08-28) |
Re: Any book covers materials on implementing parallel/concurrent prog climber.cui@gmail.com (2007-08-29) |
Re: Any book covers materials on implementing parallel/concurrent prog mrd@cs.cmu.edu (Matthew Danish) (2007-08-31) |
From: | climber.cui@gmail.com |
Newsgroups: | comp.compilers |
Date: | Wed, 29 Aug 2007 18:35:04 -0700 |
Organization: | Compilers Central |
References: | 07-08-08407-08-087 |
Keywords: | parallel |
Posted-Date: | 29 Aug 2007 22:08:51 EDT |
Thanks Dmitry,
Ada was where I started a few month ago, but the implemenation of Ada
relies on Pthread libraries and GCC backend. therefore, Ada is not
much useful to my implementation. But you are right, the language is
somehow similar to Ada. The code snippet i posted is portion of the
dining-philosopher program, in addition to that,there is a host object
to restrict that only 4 people can enter the room and compete for
forks, thus deadlock is prevented.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.