Re: CGI/HTML

2008-05-17 Thread Bill Barker
Christopher Schultz [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shabu, Shabu Khan wrote: | For some reason, the cgi perl script that I run via IE/Firefox does not | render the output immediately, but waits until it has big

Re: CGI/HTML

2008-05-17 Thread Shabu Khan
Thanks Bill. Can this be tweaked to a lesser value then? On Sat, May 17, 2008 at 6:21 PM, Bill Barker [EMAIL PROTECTED] wrote: Christopher Schultz [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shabu, Shabu Khan wrote: |

CGI/HTML

2008-05-16 Thread Shabu Khan
Folks, For some reason, the cgi perl script that I run via IE/Firefox does not render the output immediately, but waits until it has big chunk of the HTML. Does this have anything to do with the tomcat/cgi setup or header or something, or perl mod defaults? It works fine on a Apache/CGI/Perl

Re: CGI/HTML

2008-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shabu, Shabu Khan wrote: | For some reason, the cgi perl script that I run via IE/Firefox does not | render the output immediately, but waits until it has big chunk of the | HTML. Does this have anything to do with the tomcat/cgi setup or header

Re: CGI/HTML

2008-05-16 Thread Shabu Khan
Thanks Chris. I don't see any 'buffer setting tweaks' in the code, from the command line there is no delay it works just like a regular perl/shell script. This is a code written by someone back in 2000, I ported it to Perl 5.8.5 from Perl 5.005 and to the new Kernel (Linux 2.6), the output

Re: CGI/HTML

2008-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shabu, Shabu Khan wrote: | Earlier with Apache, I was able to see the output as it ran, just like from | the command line on the browser ... Well, using Apache out in front of both your web application /and/ CGI scripts certainly is an option, if

RE: CGI/HTML

2008-05-16 Thread Propes, Barry L
would the Perl module itself have a new buffer rate that you could determine? -Original Message- From: Shabu Khan [mailto:[EMAIL PROTECTED] Sent: Friday, May 16, 2008 1:25 PM To: Tomcat Users List Subject: Re: CGI/HTML Thanks Chris. I don't see any 'buffer setting tweaks' in the code