
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2014 01:19 PM
Is it possible to speed up the number of devices been scanned?
We have 3 servers, scanning 12,000 devices but are getting a bottle neck with SQL stuck at a 100 connect internal limit..
Any thoughts?
We have 3 servers, scanning 12,000 devices but are getting a bottle neck with SQL stuck at a 100 connect internal limit..
Any thoughts?
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2014 07:35 PM
Experimental
You can try changing the max pool size in the database connection string:
http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.connectionstring.aspx
You can try changing the max pool size in the database connection string:
http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.connectionstring.aspx
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2014 04:59 PM
so it a a matter of adding <Max Pool Size> to the Lansweeperservice.exe.config

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2014 07:33 PM
d.i.saunders wrote:
so it a a matter of adding <Max Pool Size> to the Lansweeperservice.exe.config
Yes, this requires a service restart (and hasn't been tested)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2014 07:35 PM
Experimental
You can try changing the max pool size in the database connection string:
http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.connectionstring.aspx
You can try changing the max pool size in the database connection string:
http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.connectionstring.aspx
