c++ - multi thread programming - ACE_thread_t or ACE_Task -
i want write multi thread process (on linux) using ace. difference between using ace_task , ace_thread_t when implementing threads in c++
ace_thread_t low level handle. implementing multi threaded application using ace implement class derive ace_task or ace_task_base. see ace_wrappers/examples/threads or ace_wrappers/tests lot of examples how this.