sqlite strange timeout from pool
Posted: Sun 11 Dec 2011 10:21
Hi.
a webpage displaying a simple list of records from the sqlite database, displays the following error message.
on the dev machine all is good but when uploading the project's files to the hosting server, it gives this 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."
this is my connection string:
data source=d:\Inetpub\vhosts\formation.co.il\httpdocs\App_Data\db.db;Version=3;Pooling=False;Max Pool Size=100;
setting the pooling parameter to true or false won't influence the situation.
thanks in advanced,
Shahar Weinstein
a webpage displaying a simple list of records from the sqlite database, displays the following error message.
on the dev machine all is good but when uploading the project's files to the hosting server, it gives this 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."
this is my connection string:
data source=d:\Inetpub\vhosts\formation.co.il\httpdocs\App_Data\db.db;Version=3;Pooling=False;Max Pool Size=100;
setting the pooling parameter to true or false won't influence the situation.
thanks in advanced,
Shahar Weinstein