Recent content by CharlyM

  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

    Need some help with carbon/cocoa

    Just a shot in the dark. It might be that the compiler is not aware that it is compiling an objective-C source. I would guess that the compiler identifies the source type using the file extetion of the source. Is yor source a .m file?
  4. 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