You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Eric Jain <Er...@isb-sib.ch> on 2005/11/24 12:02:45 UTC

Slow and incomplete dynamic content generation after enabling native connector support in 5.5.12

After adding the APR library to the java.library.path [as described in 
http://tomcat.apache.org/tomcat-5.5-doc/apr.html], certain JSPs that 
produce a lot of output (but used to be served in under a second) are now 
very slow and produce incomplete output. The header appears only after a 
few kilobytes of output, at which point the output is cut off...

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
...
Server: Apache-Coyote/1.1
X-Total-Results: 389
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Content-Length: 22858
Date: Thu, 24 Nov 2005 08:41:56 GMT

Any ideas what is going on here?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Slow and incomplete dynamic content generation after enabling native connector support in 5.5.12

Posted by Eric Jain <Er...@isb-sib.ch>.
Remy Maucherat wrote:
> Sure. File a bug with a test WAR. Of course, it will likely end up as
> INVALID, since I expect this to work.

Well, I also expected this to work, but alas, it didn't :-)

http://issues.apache.org/bugzilla/show_bug.cgi?id=37627

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Slow and incomplete dynamic content generation after enabling native connector support in 5.5.12

Posted by Remy Maucherat <re...@gmail.com>.
On 11/24/05, Eric Jain <Er...@isb-sib.ch> wrote:
> After adding the APR library to the java.library.path [as described in
> http://tomcat.apache.org/tomcat-5.5-doc/apr.html], certain JSPs that
> produce a lot of output (but used to be served in under a second) are now
> very slow and produce incomplete output. The header appears only after a
> few kilobytes of output, at which point the output is cut off...

Sure. File a bug with a test WAR. Of course, it will likely end up as
INVALID, since I expect this to work.

--
xxxxxxxxxxxxxxxxxxxxxxxxx
Rémy Maucherat
Developer & Consultant
JBoss Group (Europe) SàRL
xxxxxxxxxxxxxxxxxxxxxxxxx

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org