RE: (RADIATOR) PHP+Mysql+Radiator

1999-08-02 Thread Ricardo Kustner
On 02-Aug-99 Matt Chambers wrote: > With so many people using the database and authentication happening > at the same time...should I lock the database while someome is > writing to it? no worries, mysql does internal locking :) Ricardo. --- -- E-Mail: Ricardo

(RADIATOR) PHP+Mysql+Radiator

1999-08-02 Thread Matt Chambers
Hi, I'm in the process of writing a custom web interface for radiator+mysql. I'm pretty much done but I have a couple questions. With so many people using the database and authentication happening at the same time...should I lock the database while someome is writing to it?