Re: RE:mySQL is winning

2001-02-01 Thread David Xu
Mysql supports many platforms while ORACLE not, does ORACLE support my lovely FreeBSD box? Regards, David Xu - Original Message - From: "Fowler, J.T." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 01, 2001 11:17 PM Subject: RE:mySQ

how many client connections can Mysql handle?

2001-01-30 Thread David Xu
, thread number can be more than on Linux, can handle more connections than Linux, but this Mysql design is limited by select(), there will have file handle occupy handle slot, so I think Mysql will handle less than 1024 connections, right? Thanks David Xu

Re: MySQL 3.23.31 is released

2001-01-18 Thread David Xu
did big table lock remove from MySQL BDB table while updating? Regards David - Original Message - From: "Michael Widenius" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 19, 2001 6:45 AM Subject: MySQL 3.23.31 is released > > Hi!

3.23.30 and big table lock

2001-01-17 Thread David Xu
Hi there, I heard MySQL 3.23.30 was released and support transaction with BDB tables, I want to know if I use BDB tables, will MySQL not use BIG TABLE LOCK in BDB tables? we plan to build a very busy web server, and very care about this issue. Regards, David