How many objects can LINQ used to create per second ?
Posted
by MemoryLeak
on Stack Overflow
See other posts from Stack Overflow
or by MemoryLeak
Published on 2009-12-01T09:24:36Z
Indexed on
2010/05/08
23:28 UTC
Read the original article
Hit count: 213
I used Linq to insert objects into database.But if i used threads to simultanously create 20 object within 1 second, then system will fail to add 20 objects into database.
And I found it is not because of the sql server 's limit. so the only possible is Linq, any one have idea ? How can I create 20 records or more in 1 second within 1 second ?
© Stack Overflow or respective owner