5 Oct
2013
5 Oct
'13
1:42 p.m.
Good question, Bjorn. Three main differences from iostreams from Asio: - formatting happens on the background thread which saves most of the latency (for formatted output), - it will never make a kernel call on the calling thread except some extreme contention (which saves latency again), - streams don't have to be associated with sockets. Regards, Gene -- View this message in context: http://boost.2283326.n4.nabble.com/Code-to-address-requirement-7-a-of-IOStre... Sent from the Boost - Dev mailing list archive at Nabble.com.