I've been searching for a while for how the F-SQL server uses a connection to DB, and whether this connection The hood is using the pool, but I could not find any details about it.
Connection pooling is controlled by the underlying data source, and not by the entity framework. For example, MS SQL Provider supports and uses connection pooling by default.
There is a good reference.
Comments
Post a Comment