Posted by Good Man on 09/26/15 11:37
"Mikey" <mike.gunn@comcast.net> wrote in news:1137527010.437620.223580
@z14g2000cwz.googlegroups.com:
> someone has suggested that we will have problems in the operational
> system because both Java and PHP applications will be attempting to
> access the same database.
about the only thing to worry about is one application reading data while
another is writing. you might wish to use InnoDB tables in your database,
which allows row-level locking instead of locking an entire table during
updates/inserts. Also, heads up for phantom reads. A little InnoDB
googling should clear this up for you.
Navigation:
[Reply to this message]
|