Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does the PostgreSQL server, pgperl, and httpd have to be on the same host?

host httpd PostgreSQL server
0
10 Posted

Does the PostgreSQL server, pgperl, and httpd have to be on the same host?

0
10

No – the PostgreSQL server does not have to be on the same host. As WDB-P95 is called by the http daemon, they have to be on the same host. – And as WDB-P95 was written to use Pg.pm – pgperl has to be on the same host too. Pgperl was written using the libpq library, so it will be able to access any PostgreSQL server anywhere in the net, just like any other PostgreSQL client. As illustrated below (WWW Client (Netscape)) => (HTTP Server (NCSA’s http) + WDB-P95 + pgperl + libpq)=> (PostgreSQL server) Curly brackets () represent machines. Each machine can be of a different type : NT, SUN, HP, … but you need the libpq interface library for the machine type where you plan to use WDB-P95, as you need it to compile pgperl.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.