[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cgiapp] HTML Compression plugin?


Hi Ron
On Fri, 07 Apr 2006 15:19:36 -0400, Bruce McKenzie wrote:

Hi Bruce


I've been enjoying the speed increase for cgi::app applications
achieved by CGI::Application::Plugin::CompressGzip.


Do you know if that works when my CGI::App module does this:

sub cgiapp_get_query
{
	my($self) = @_;

	return CGI::Simple -> new();

}	# End of cgiapp_get_query.


No, that won't work. CAP::CompressGzip imports a new cgiapp_get_query into your package.

The module my plugin wraps (CGI::Compress::Gzip) is a subclass of CGI, so I wouldn't even be able to add CGI::Simple support.

Rhesa

--
#!/usr/bin/perl
tie %rope, 'Tree' && hang $self;

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/suppressed/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.