Provider Async support for OrmLite

Async support has now been added to OrmLite in v4.0.33, see release notes for details: https://github.com/ServiceStack/ServiceStack/blob/master/release-notes.md#ormlite-now-supports-async
-
Ramon Kania commented
In your release notes you wrote "Only when these Async API's are run on an RDBMS provider with native async support (i.e. .NET 4.5 SqlServer or MySql) will you benefit from true non-blocking Async I/O, otherwise it fallsback to pseudo async support, i.e. synchronous I/O datasets wrapped in Task Results.".....
But does the latest MySQL Connector really support true non-blocking I/O? When I look at the implementation, they just wrap a Task around ExecuteDataReader/ExecuteNonQuery.
-
Chris Bush commented
This is a must
-
Brian Stewart commented
yep great idea
-
Anonymous commented
I agree - async makes a lot of sense!
-
Kanchan commented
with no async support for OrmLite, it becomes difficult to consider Service Stack for ORM, and we have to go back to use regular ADO.net or have Entity Framework
-
Kashyap commented
I agree - Please provide async support.
-
Justin Stuparitz commented
I agree. We are considering making a purchase, but are sadden by the fact that our IIS threads will be IO bound if we use ormlite. We love the performance and need the load support. We don't want to have to go back to EntityFramework just because it has async support.
-
Anonymous commented
I mean provide async support not provider...