To answer your question, I might be possible using Boost.Context, but it 
would probably not be worth the trouble.

Rutger



On 2013-06-13 14:42, Koen Deforche wrote:
> Hey Rutger,
>
> Since Wt does not tie threads to sessions (that wouldn't scale), it
> cannot keep stacks alive in between requests, and thus there is no
> practical way to use stack-allocated widgets in Wt (except for, as
> Dmitriy suggested, when you do block the stack with e.g. WDialog::exec()
> in a recursive eventloop, but this is not recommended since it breaks
> your application scalability).
>
> How would you envision to keep widgets allocated on the stack?
>
> Regards,
> koen
>
>



------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to