Hello, everyone! I am studying the source code after building the latest release. My mentor told me that I should understand the AsyncComm, so I started to understand the examples in "AsyncComm/tests". I first picked up the "commTest" and took some days in reading up its source code.
During this process, I was trying to know every class and their functions to ensure that I can understand the whole procedure how this example works. Now I have completed the goal but still can not understand the clear procedure of it. For example, in this example, there are six threads in total, the first is the main thread, the last two is created by boost::thread to execute the thread function. But I can not find how the two created in "ReactorFactory::initiliaze(1)" work, although the comment tells that one is reactor thread and the other for timer. So I hope someone knowing the source code can give me some instructions on the concepts of source code. Thank you in advance for any help! I am looking forward to your reply! -- You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hypertable-dev. For more options, visit https://groups.google.com/groups/opt_out.
