Hi,
Was wandering if you were planning to reply with solution on this.
Previously, the application was migrated from ASP.NET 1.1 to ASP.NET 2.0.
What is happening:: ASP.NET 2.0 releases resources slightly different. In 1.1. SQL connection strings were released when the Connection object was garbage collected. However in 2.0 the objects are not released during garbage collection, and the connection is waiting until the SQL server closes the connection (i.e. the connection "times-out"). This keeps a lot of unnecessary connections open.
The fix was pushed to Staging and i need to test it. How do i create multiple connections? Is there a tool for that? We have some Automation tools but i tried them and it does not seem to be working, as it only creates 1 connections based on my Windows user.
Any help would be greatly appreciated.
Thanks.
> On Friday, July 18, 2008 9:42 AM Pasqual wrote:
> I need to test the multi-user connection (500-600 users) for the SQL Server
> 2005 and for some dbs in this environment.
> Does exist any tools in order to do it?
> Many thanks
>> On Friday, July 18, 2008 10:00 AM LinchiShe wrote:
>> Do you just want to create and sustain 600 connections or do you want to run
>> some kind of load tests via these 600 connections?
>> Linchi
>> "Pasquale" wrote:
>>> On Friday, July 18, 2008 10:30 AM Pasqual wrote:
>>> The second one. Is enough the Profiler?
>>> Thanks
>>> "Linchi Shea" wrote:
>>>> On Friday, July 18, 2008 11:15 AM LinchiShe wrote:
>>>> What kind of load tests do you plan to run?
>>>> Linchi
>>>> "Pasquale" wrote:
>>>> Submitted via EggHeadCafe - Software Developer Portal of Choice
>>>> Silverlight 3D Animated Topic Selector With Titled Menu Items
>>>> http://www.eggheadcafe.com/tutorials/aspnet/1add6e1c-6c70-4c2f-8b1a-5...