----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Jigs Message 1 in Discussion Hi Poorvijain, Make Sure that your connection String is SAME. Make Sure that u close the connection after u finish your work. Check security credentials as well if you're using "Integrated Security=SSPI" on every connection, and 20 different people are connected, you don't pool those 20 connections Make Sure you onl;y do Connection.Close and not Connection = Nothing.. if you do so you are not returning connection to the pool. explicitly close the DataReader if nothing works try to increase the pool size from its default 100 to 500 if still nothing works and let me know again... Regards, Jignesh Desai. http://www.dotnetjini.com >From: Poorvi Jain <[EMAIL PROTECTED]> >Reply-To: Poorvi Jain <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: address bar : Maximum Pool Size Reached >Date: Mon, 27 Sep 2004 12:22:13 +0530 > >Hi Jignesh > >I am an active member of Mumbai User Group.. >Right now i am developing a portal.. >i am working in a group..one more person is connected through VSS. >when i run the application some 5 or 6 times...after that i get this >message in the address bar > >http://localhost/app/Default.aspx?ReturnUrl=%2fapp%2fportal%2fhome.aspx&Message=Timeout+expired.++The+timeout+period+elapsed+prior+to+obtaining+a+connection+from+the+pool.++This+may+have+occurred+because+all+pooled+connections+were+in+use+and+max+pool+size+was+reached.&UserID=1002 > > >i suppose this happens because so many connections get open at the >same time that the maximum pool size exceeds...however i am not sure >whenever this happens i ask the other guy to restart his machine >...and then when i run the application...for another 6, 7 times...i >dont get this message. >i wanted to know is there any otjher method by which we can get rid of >this problm rather then restarting the PC everytime? > >Regards > >Poorvi ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
