Martín Schamis a écrit :
> Hi, Eugene and everybody.
> 
> The problem I have is this, I´m implementing a web aplication that will
> require up to 300 users writing at
> The same time to the database file simultaneously. 

you mean 300 users connected simultaaneously, writing occasionaly to the
database I guess, which is not the same thing. Provided your queries are
optimized and you take care of copen connections (not leaving
connections open more than is strictly necessary) it could do the trick.
It all depends on how database-intensive your application is. But even
300 simultaneious connections won't make it on a very powerful mysql
server anyway.
-- 
+-----------------------------------+
| David Morel <[EMAIL PROTECTED]> |
| http://www.intradot.com           |
+-----------------------------------+
| Intradot Labs                     |
| 2, rue Cuzin                      |
| F-69120 Vaulx-en-Velin            |
| tel: +33 478 80 87 90             |
+-----------------------------------+

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to