Re: [Cppcms-users] CppCMS code migrated to GitHub
Brought to you by:
artyom-beilis
|
From: Hery M. <hma...@gm...> - 2017-04-18 08:54:11
|
Hi Artyom,
I don't undestand the code meanning below within class
application_specific_pool::_async_legacy_policy.
It concerns the put(application *app) function:
{.......
virtual void put(application *app) { if(!app) return; delete app; app_ = 0;
self_->flags(-1); } application *app_;
}
Could you explain why you delete app and do app_ = 0 instead of app_= app ;
app = 0;
Thank you;
Hery.
2017-03-01 10:18 GMT+03:00 Artyom Beilis <art...@gm...>:
> After multiple requests and my final decision the CppCMS web framework
> code migrated to GitHub
>
> https://github.com/artyom-beilis/cppcms
>
> Please note:
>
> 1. Only CppCMS framework migrated, other subprojects like CppDB or
> Wikipp are still pending conversion
> 2. The main bug tracker is still on source-forge - however I'll relate
> to issues opened on GitHub
>
> Regards,
> Artyom Beilis
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Cppcms-users mailing list
> Cpp...@li...
> https://lists.sourceforge.net/lists/listinfo/cppcms-users
>
|