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.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -