queue up the connection request

Last post 07-07-2008 3:39 AM by Mikesdotnetting. 3 replies.

Sort Posts:

  • queue up the connection request

    07-04-2008, 4:32 AM
    • Loading...
    • Hideyoshi
    • Joined on 05-05-2008, 3:45 AM
    • Posts 91

    Hi all,

    when in a web situation...when a user request for data from db..they would open the connection then close it...this would cost a lot of io....connection pooling is opening a certain no of connection when the user finish their process instead of closing the connection they would return the connection back to the pool for other users, maintaining an idle connection cost less io....but current solutions uses the database to control these settings...

    any sample of how to use an independent program to queue up the request to reduce the workload on the database

    thanks :)

  • Re: queue up the connection request

    07-04-2008, 1:21 PM
    Answer

    The database doesn't manage connection pooling - ADO.NET does: http://msdn.microsoft.com/en-us/library/aa175863(SQL.80).aspx

     

    Regards Mike
    [MVP - ASP/ASP.NET]
  • Re: queue up the connection request

    07-06-2008, 9:47 PM
    • Loading...
    • Hideyoshi
    • Joined on 05-05-2008, 3:45 AM
    • Posts 91

    HI,

    Is that any way to use independent program to queue the connection to avoid the connection overflow, for each time the user connect the database simultaneously, instead of using the ADO.NET?

    Thanks

    ;)

  • Re: queue up the connection request

    07-07-2008, 3:39 AM

    Not that I am aware of.

     

    Regards Mike
    [MVP - ASP/ASP.NET]
Page 1 of 1 (4 items)
Microsoft Communities
Page view counter