Do the database server, DBD/DBI and httpd have to be on the same host?
No. The database server does not have to be on the same host. As WDBI is called by the http daemon, they have to be on the same host. – And as WDBI was written calling DBD/DBI perl interfaces, they have to be on the same host too. Then WDBI will be able to access any database server it supports anywhere in the net, just like any other database client.
Related Questions
- I need to install DBI and DBD for my perl installation so that I can access a mysql database. What is the easiest way to do that?
- Does Traffic Server refresh entries in its host database after a certain period of time if they have not been used?
- Does the PostgreSQL server, pgperl, and httpd have to be on the same host?