Venkat, This question is out of the scope of MapSever, and I'm afraid we can less likely provide a meaningful answer to it. You should probably post this question to the npgsql project mailing list if exits.
Best regards, Tamas 2009/1/28 Venkat Rao Tammineni <[email protected]> > Sir, > > I am using C# npgsql.dll I am getting this error "Timeout while > getting a connection from pool" sometimes. but not every time. > > > > Here is my code to connect database > > > > My connection string in web config > > <add key="ConnectionString" value="Server=localhost;port=5432;User > Id=postgres;password=mytest;Database=GIS;"/> > > > > And here is my code to connect database. > > public NpgsqlConnection PgSqlDataConnection() > > { > > if (pgSqlConnection != null) > > { > > if (pgSqlConnection.State == ConnectionState.Open) > > { > > pgSqlConnection.Close(); > > pgSqlConnection.Dispose(); > > } > > } > > pgConnectionString = ConfigurationSettings.AppSettings[ > "ConnectionString"].ToString(); > > pgSqlConnection = new NpgsqlConnection(pgConnectionString); > > > > pgSqlConnection.Open(); > > > > return pgSqlConnection; > > } > > > > > > I don't know where I am doing wrong ?Please guide me . > > I am waiting for your great response. > > > > Thanks, > > Venkat > > > > > > *From:* Tamas Szekeres [mailto:[email protected]] > *Sent:* Tuesday, January 27, 2009 8:12 PM > *To:* Venkat Rao Tammineni > *Cc:* mapserver-users > *Subject:* Re: [mapserver-users] Number of users are connected > > > > Hi, > > IIS on Windows XP is limited to 10 concurrent users, however you shouldn't > find such problems with a Windows Server OS. > > Best regards, > > Tamas > > > 2009/1/27 Venkat Rao Tammineni <[email protected]> > > Dear All, > > > > > > I have developed web application using C# asp.net and > postgresql/postgis. I have deployed in IIS .if my 10 people connected my > url. I am getting error called "More number users are connected ".I don't > know, how to solve the problem. And sometimes I am getting error called " > connection pooled". > > > > I am waiting for your great response, > > > > Advanced Thanks > > > > Regards > > Venkat. > > > _______________________________________________ > mapserver-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapserver-users > > >
_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
