At 11:55 PM -0500 6/15/01, Rory O'Connor wrote:
>I am using a PHP script and a separate perl script, and they are
>operating on the same MySQL database.  I am fairly new to MySQL (and
>programming in general), and I'm wondering if this could cause any
>problems - especially during peak traffic times.  Are there measures I
>should be taking to minimize the risk of data loss or lockup (other than
>the obvious backups)?

The server can service multiple simultaneous client connections, but it
serializes the execution of queries arriving from those clients so that
no two queries execute at the same time.

>
>I used to work with a perl script of a flatfile database and it would
>start doing *very* strange things during peak traffic times.
>
>Thanks,
>
>Rory

-- 
Paul DuBois, [EMAIL PROTECTED]

---------------------------------------------------------------------
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