
On 9/14/06, Jose <jmalv04@gmail.com> wrote:
I have a few questions about the library:
1) will it be formally submitted to boost ?
Definitely. I need to write more examples, polish the docs and some cleaning up. And of course time :)
2) is it possible to provide an example of web continuations using coroutines ? I think this example would drive usage for the library as it is not obvious how it can be done. Also, web continuations seems to be one of the ideal applications of the library
What do you exactly mean with web continuations? Is it session management done with coroutines instead of encoding state in session ids? I will see if i can come up with something. Ideas are wellcome.
3) could the library be more seamlessly integrated with boost.asio ? Even as a separate library, it would be great if there are some examples (not just the docs usage) that clearly work together with boost.asio, specially a web continuations example that could work with the http server example that asio already provides
Yes, i need more examples and some more documentation about asio+coroutines. I think that the integration is good, but some more utilities could be useful. I will try to 'port' some of asio examples to coroutine as soon as i have time.
Thanks for this great library !
Thank to you for your time. -- Giovanni P. Deretta