New Version (0.4) of Boost.Application (Aspect Based) available to comments (RFC).

How is that supposed to work in Windows? (Does it need to?)
Well, a simple analysis, it seems to be specific in POSIX, we do not have anything like it in WINDOWS. (I do not speak for sure)
Its sensible to expose 'something' that can be integrated to native event loops, but the ideal choice under Windows is probably an event, not a pipe descriptor.
I agree. I'm thinking of adding this aspect only in posix, Then if user want
use it need add it and use it only on UNIX, e.g.:
class myapp
{
public:
int operator()(application::context& context)
{
#if defined(BOOST_ BOOST_POSIX_API)
boost::shared_ptr
I think some analysis is needed.
I need help in this subject, if any one with great experience on both sides can propose something (shine a light), it would be of great value! Thanks for help

On 11/09/2013 03:43 PM, Renato Forti wrote:
I need help in this subject, if any one with great experience on both sides can propose something (shine a light), it would be of great value!
Maybe you can find further inspiration in the Signal design pattern: http://www.cs.wustl.edu/~schmidt/signal-patterns.html

Maybe you can find further inspiration in the Signal design pattern:
http://www.cs.wustl.edu/~schmidt/signal-patterns.html Thanks ;)
participants (2)
-
Bjorn Reese
-
Renato Forti