The realization of ACE middle-line secure single-room mode

Source: Internet
Author: User

The realization of ACE middle-line secure single-room mode
Class Normal_test
{
Friend Class Ace_singleton<normal_test, ace_null_mutex>;
Public
void Show_my_life ();
Private
Normal_test ();
};

Normal_test::normal_test () {}

typedef ace_singleton<normal_test, ace_null_mutex> normal_test;

void Normal_test::show_my_life ()
{
cout << "I ' m living at" << (void*) this << Endl;
}

int ace_tmain (int argc, Ace_tchar *argv[])
{
Normal_test::instance ()->show_my_life ();
return 0;
};

As shown above, the following benefits are obtained:

1. The code has been reduced by more than half, becoming more concise and clear,
2. The use of double-check technology, free access to thread safety.
3. No use of inheritance, virtual functions, performance, efficiency will not be affected.
4. Origin (http://www.acejoy.com/bbs/dispbbs.asp?boardid=23&ID=230&replyID=230)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.