Re: [PHP-WIN] Persistent DB Connections with CGI - Via Java...

2001-05-09 Thread Joe Brown
""Dickerson, Monty"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > The Problem: php only runs reliably as a cgi on Windows, so it lacks static > DB connections. This is a false statement. I have an implementation of apache/php SAPI running in a production

RE: [PHP-WIN] Persistent DB Connections with CGI - Via Java...

2001-05-09 Thread Ignatius Teo
P-WIN] Persistent DB Connections with CGI - Via Java... >1. Because we like php; it's a faster rapid development environment than any >of the environments you mentioned and has much shallower learning curve, >hence developer assistants cost less :) and are easier to find. > >2.

RE: [PHP-WIN] Persistent DB Connections with CGI - Via Java...

2001-05-09 Thread Tim Uckun
>1. Because we like php; it's a faster rapid development environment than any >of the environments you mentioned and has much shallower learning curve, >hence developer assistants cost less :) and are easier to find. > >2. Because there's a ton of cool software in the php language out there we >w

RE: [PHP-WIN] Persistent DB Connections with CGI - Via Java...

2001-05-09 Thread Dickerson, Monty
Tim-- 1. Because we like php; it's a faster rapid development environment than any of the environments you mentioned and has much shallower learning curve, hence developer assistants cost less :) and are easier to find. 2. Because there's a ton of cool software in the php language out there we w

Re: [PHP-WIN] Persistent DB Connections with CGI - Via Java...

2001-05-09 Thread Tim Uckun
At 02:54 PM 5/9/2001 -0500, Dickerson, Monty wrote: >The Problem: php only runs reliably as a cgi on Windows, so it lacks static >DB connections. > >Idea: Make all DB queries through a JavaBean, which uses a pool of shared >JDBC connections. Abstract this behind a php API (class with methods) t