Re: Perl and SQL, which is the most scalable SQL server to use?

2000-02-10 Thread Stas Bekman
On Thu, 10 Feb 2000, Leslie Mikesell wrote: According to Ryan, Aaron: We found that we are quicking using up the max connections to the MySQL database and when we raise the max connection, the performance gets worse. What was MySQL designed to handle, should it be able to handle

Re: Perl and SQL, which is the most scalable SQL server to use?

2000-02-10 Thread Pascal Eeftinck
At 13:02 10-2-00 +0200, Stas Bekman wrote: On Thu, 10 Feb 2000, Leslie Mikesell wrote: According to Ryan, Aaron: We found that we are quicking using up the max connections to the MySQL database and when we raise the max connection, the performance gets worse. What was MySQL designed

Re: Perl and SQL, which is the most scalable SQL server to use?

2000-02-10 Thread Ken Y. Clark
On Wed, 9 Feb 2000, Ryan, Aaron wrote: Hi, We have designed a web site creator that uses Perl and DBI to work with MySQL. The integration between the two was great, but recently our website has been over run with users and our poor MySQL database is showing some major slow downs. So we

Perl and SQL, which is the most scalable SQL server to use?

2000-02-09 Thread Ryan, Aaron
Hi, We have designed a web site creator that uses Perl and DBI to work with MySQL. The integration between the two was great, but recently our website has been over run with users and our poor MySQL database is showing some major slow downs. So we have two possible solutions we are researching.

Re: Perl and SQL, which is the most scalable SQL server to use?

2000-02-09 Thread Leslie Mikesell
According to Ryan, Aaron: We found that we are quicking using up the max connections to the MySQL database and when we raise the max connection, the performance gets worse. What was MySQL designed to handle, should it be able to handle 2000 connections, or is that outside the scope of