|
Posted by Mikey on 09/27/10 11:37
I am working on the PHP application on a website that is also running
Java servlets. Both PHP and the servlets are accessing a MySql
database. PHP applications are reading and writing to the database and
a Java servlet (running under Tomcat) is also accessing the database.
Currently the software in both applications is under development so
there is very little in the way of actual database accesses, however,
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.
My feeling is that MySql can handle these accesses without a problem.
I would appreciate any comments on problems that anyone may have seen
in this type of environment.
Thanks,
Mike
Navigation:
[Reply to this message]
|