On Tue, Jan 16, 2001 at 08:30:01AM -0500, Jeff Lewis wrote:

> I have always used flat file text files for my database purposes but
> this has always led to problems when the number of users gets to be
> too many.

Tell me about it. I converted a system like that to MySQL a while
back. It's soooo much faster (and more flexible) now.

> I am now using mySQL and want to know how many people can use the db
> at the same time without causing problems.

Depends on the usage pattern. Mostly reading with some writes? Mostly
writes with some reads? 50/50?

I suspect that if you test it out, you'll find that the performance is
better than what you have today in any of those cases. How much better
will depend on the details of your application and setup...

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 328-7878    Fax: (408) 530-5454
Cell: (408) 439-9951

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to