
22 Mar
2008
22 Mar
'08
3:59 p.m.
Hello, 2008/3/22, Daniel Pfeifer <daniel@pfeifer-mail.de>:
As it happens, I've never needed asynchronous database functions; generally I block waiting for the results and if there's other work to do at the same time it's in another thread. Do you have an application using asio that's driving this?
No, I just thought that it might be useful. What do others think about asynchronous database access?
If the the asynchronous api fits well into the demultiplexer service of asio, I would always prefer the async over the sync approach. kind regards Andreas Pokorny