Click here to Skip to main content
15,899,475 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Please told me about Concurrent OO system. It's Concept and Application.

Please clear me this topic.
Posted
Updated 27-Jul-13 0:09am
v2
Comments
Stefan_Lang 27-Jun-13 4:45am    
You are associating three concepts that are in fact totally unrelated. If you don't realize that much, we have to assume you have no idea about either. I strongly suggest to look up "Object Orientation", "Concurrency" and "Cloud Computing" on Wikipedia or any other reliable resource. If that leaves any questions, come back and ask more specifically what you do not understand.
N_cooL 27-Jun-13 5:31am    
Thank you sir
but i study about Concurrent OO Programming which combines OOP together with concurrency.
and i also study Actor model. Where application of Actor Model include Web services and
That's why i am think of it because Cloud also used Web services as it's infrastructure.

I am a beginner and may some time wrong. But please help me out about.
Stefan_Lang 27-Jun-13 5:51am    
Again, the "Cloud" has nothing to do with it. Asking about the Cloud in an attempt to understand OOP and Cioncurrency is like asking about a car when you need to understand the workings of a valve: It's true that a car's engine (usually) has valves, provided it's got a combustion engine, but if I explained to you exactly how a car works, it wouldn't help you one bit in understanding what a valve is and how it works! Similarly, a Cloud service probably does use concurrency (can't think of a sensible service that isn't) and *may* use the object oriented paradigm (but it could use another), but if I explained it to you it wouldn't help you one bit in understanding the OO paradigm, or the concepts of concurrency!

Again, read up these terms on Wikipedia - there's a lot more helpful information and links to be found there than anyone here would be willing to write up in a forum titled "Quick Answers" of all things!

As Stefan_Lang said
here "Concurrency" and "Object Orientation" are not related.

For studying and understanding use following link
Concurrent_object-oriented_programming[^]
and
Actor_model[^]
 
Share this answer
 
If you are studying C++, hopefully you know what object oriented programming is all about (or sufficiently to write something).

A C++ article on the Actor model can be found here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900