shared resources

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
T

Tony Johansson

Hello!

When you use multithreaded development it important to handle shared
resources.
What exactly does it mean with shared resources ?

I would say for example memory because memory is shared when you use
multithreaded development

//Tony
 
When you use multithreaded development it important to handle shared
resources.
What exactly does it mean with shared resources ?

I would say for example memory because memory is shared when you use
multithreaded development

For most practical purposes it is objects shared between
the threads.

(the exception would be some native stuff accessed via value
of a handle)

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top