[Rt-devel] using standalone httpd to debug RT slowness

Jesse Vincent jesse at bestpractical.com
Tue Sep 7 13:36:42 EDT 2004


Ah. yeah. that was the result of a last-minute change before 3.2.1 
that's been fixed in SVN for almost two months.  Getting toward time 
for another release.
FWIW, give searchbuilder 1.10 a shot

	J
On Sep 7, 2004, at 12:42 PM, Vivek Khera wrote:

>
> On Sep 7, 2004, at 11:19 AM, Vivek Khera wrote:
>
>> There is a noticeable pause between the two lines.  The curious part 
>> is that NewCGIHandler *is* defined in RT/Interface/Web/Handler.pm 
>> which was obviously just loaded.
>>
>
> Well, it becomes obvious once you stop staring at it for a while... 
> wrong package name!
>
>
> --- standalone_httpd    Fri Sep  3 16:08:51 2004
> +++ /tmp/standalone_httpd       Tue Sep  7 12:40:50 2004
> @@ -12,7 +12,7 @@
>
>  my $port = shift || '8080';
>  if ( @RT::MasonParameters) {} # Shut up the warnings;
> -my $h = &RT::Interface::Web::NewCGIHandler(@RT::MasonParameters);
> +my $h = 
> &RT::Interface::Web::Handler::NewCGIHandler(@RT::MasonParameters);
>
>  main_loop($port);
>
> _______________________________________________
> Rt-devel mailing list
> Rt-devel at lists.bestpractical.com
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel



More information about the Rt-devel mailing list