Re: Writing a CGI to query DB

2007-11-10 Thread TheFlyingDutchman
On Nov 9, 8:33 pm, Bighead [EMAIL PROTECTED] wrote: Hi, I am currently working on a CGI deployed on an Apache server, which, given an arbitrary SQL, fetches raw data from a remote DB server and return them in a HTML page. This CGI works fine on quick SQLs. But when I try to run a slow SQL

Re: Writing a CGI to query DB

2007-11-10 Thread paulC
On 10 Nov, 04:33, Bighead [EMAIL PROTECTED] wrote: Hi, I am currently working on a CGI deployed on an Apache server, which, given an arbitrary SQL, fetches raw data from a remote DB server and return them in a HTML page. This CGI works fine on quick SQLs. But when I try to run a slow SQL on

Re: Writing a CGI to query DB

2007-11-10 Thread Bighead
On Nov 10, 7:18 pm, TheFlyingDutchman [EMAIL PROTECTED] wrote: On Nov 9, 8:33 pm, Bighead [EMAIL PROTECTED] wrote: Hi, I am currently working on a CGI deployed on an Apache server, which, given an arbitrary SQL, fetches raw data from a remote DB server and return them in a HTML page.

Re: Writing a CGI to query DB

2007-11-10 Thread Bighead
On Nov 11, 6:20 am, paulC [EMAIL PROTECTED] wrote: On 10 Nov, 04:33, Bighead [EMAIL PROTECTED] wrote: Hi, I am currently working on a CGI deployed on an Apache server, which, given an arbitrary SQL, fetches raw data from a remote DB server and return them in a HTML page. This CGI works

Writing a CGI to query DB

2007-11-09 Thread Bighead
Hi, I am currently working on a CGI deployed on an Apache server, which, given an arbitrary SQL, fetches raw data from a remote DB server and return them in a HTML page. This CGI works fine on quick SQLs. But when I try to run a slow SQL on this CGI, through a Squid Proxy, I always get the Error