Board index » delphi » Is there a limit to the number of connections for MSDE
Larry Killen
![]() Delphi Developer |
Is there a limit to the number of connections for MSDE2005-05-31 09:20:45 PM delphi51 I recently replaced the Paradox engine with MSDE. Works like a charm. Since every user requires a sever this is about the only way they could afford a more powerful database. My application writes approximately 3 records per second to the database and creates>120 megs/day of data. I also run analytical processes against the data. On occassion I have seen an error as "MSDE out of resources" or words to that effect. All the writes are on the main thread though one of the analysis (freg dist) is on a worker thread since it demands so much. But I am judicial about creating and releasing database connections where appropriate such as when my report is completed. Is there a limit to the number of simultaneous connections to MSDE? Thanks |