Search results

  1. C

    Distributed Obejcts

  2. C

    thread-safe libraries

    I'm developing an application using mutilthreading with the threads communicating via distributed objects. The idea is that the main thread sends the worker thread a message like [server doWork] and the worker replies to this message after finishing the work with a [client done] message. When I...
  3. C

    Distributed Obejcts

    Hi Forum, I have a questiton concerning distributet objects. I have created an application with two threads. The idea is that the main thread is responsible to do all the user interaction and that the spawned worker thread is responsible to do all the long blocking work like loading files etc...
Back
Top