Subject: [Boost-users] Asio - Joining Sync to Async
From: John D (cononet_at_[hidden])
Date: 2010-02-07 00:44:33


Hello

I am writing to ask if it is possible to do the following.

I have a persistently connected async socket held lively with keep alives.
I would like to take in a new synchronous connection
and make the async socket the end point for form a relay.

Wondering is this even possible and if so how would be a good approach to
it.

Thank you,
John