https://issues.apache.org/bugzilla/show_bug.cgi?id=54064

--- Comment #13 from dragos cernahoschi <dragos.cernahos...@gmail.com> ---
Answers:

1. No. It seems that the build system for jboss produces the native libraries
auto magically. It declares a dependency with jboss native 2.0.10 and I think
it downloads the libraries from somewhere, they couldn't be built locally. If
you build the Jboss 7.1.2 from github you will have the exact libraries I'm
using.

2. Jboss v. > 7.1.1 has a "native" configuration parameter for jboss web
<subsystem xmlns="urn:jboss:domain:web:1.1" ... native="true"> that enables or
disables the native support. They are definitely loaded from
modules/org/jboss/as/web/main/lib/linux-x86_64. Here I replace the jboss
library with the library you sent to me.

3. Yes. The application runs only on https. And the slow connections with high
CPU usage happen only when using ssl with the native connector "native="true".
When using the ssl with the java connector (native="false") there are some slow
requests, but they deterministic: clients connecting with strange devices, slow
connections and more importantly the CPU usage remains normal.

The bad news is that the last library you attached works better, but is not
usable. It serves https requests, but the pages are only partially loaded.
Sorry.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to