[PHP-DB] Is persistent connection + MySQL + Apache + insert_id === safe?

2003-07-14 Thread Jeff Veit - Tanasity
Hi there, I suspect you out there know the answer to this one... If you have a MySQL db on Apache with mod php and you are using php with a persistent connection, what happens when two people hit your webserver at the same time? In particular, if the page runs an insert query on a table with an

Re: [PHP-DB] Is persistent connection + MySQL + Apache + insert_id=== safe?

2003-07-14 Thread John W. Holmes
Jeff Veit - Tanasity wrote: If you have a MySQL db on Apache with mod php and you are using php with a persistent connection, what happens when two people hit your webserver at the same time? In particular, if the page runs an insert query on a table with an auto_increment field what can happen