> Yes, one of the reasons to use Java was for threading.  Other reasons
> include an improved security model, the package system, being able to
> manipulate the byte codes etc.
> 
> I find threading under Java to be a little easier than under C++ if
> only because getting a C++ threading package working under different
> platforms can be tricky.  For example, SystemC-2.0.1 had their own
> threadin package that just did not work under Cygwin, though it worked
> fine everywhere else.  SystemC-2.1 solves this problem by allowing
> the user to choose pthreads, which works well under Cygwin.


In your opinion do you think ACE (Adaptive Communication Environment) 
http://www.cs.wustl.edu/~schmidt/ACE.html tackles the threading under C++ much 
better since ACE makes programming in a multi-threaded environment much 
simpler? Had ACE been available for  Ptolemy Classic, would it have prevailed? 

What if SystemC-2.0.1 was to use ACE instead of QuickThreads and fibers? Better 
alternative?

Thanks for your links and input,

Hiren

----------------------------------------------------------------------------
Posted to the ptolemy-hackers mailing list.  Please send administrative
mail for this list to: [EMAIL PROTECTED]

Reply via email to