vote up 1 vote down star
1

In my previous question about the expected features in the new D2010 one of the highest rated answers was 'Multi-Core Support'.

Well, as we all know Delphi support thread programming since D2 (IIRC) and is used heavily in some areas. More specifically which is, in your opinion, the perfect way to support parallel programming in Delphi? (But not only - let's not tie the question entirely to Delphi).

Personally I tend to see that a combined approach will do, depending on situation: threads (anyway we have them), the actor model and the task-based approach (which is in fact near to the actor model).

Also, IMHO, it would very interesting to investigate a visual modeling tool to describe the interaction between actors.

Also a visual debugger (which perhaps is the same tool with the one above) would be very welcomed.

Some references:

Your opinion which would be?

flag
If you make these discussion questions wiki, you will be less likely to be downvoted and closed, since you cannot be accused of rep-whoring. – Blorgbeard Mar 21 at 9:31
Although I haven't downvoted you or voted for closing on this one, myself :) – Blorgbeard Mar 21 at 9:32
I don't think Stack Overflow is the right venue for a discussion like this. Go ask on Embarcadero's newsgroup, where people can write longer responses to others' ideas, instead of being limited to 300 characters and an "up" or "down" vote. – Rob Kennedy Mar 21 at 15:19

1 Answer

vote up 3 vote down

Make it compatible with the Async calls in Delphi Prism, at least syntactically.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.