https://issues.apache.org/bugzilla/show_bug.cgi?id=42409
--- Comment #22 from Filip Hanik <[EMAIL PROTECTED]> 2008-10-22 22:59:18 PST
---
we are investigating this further, thank you for the detailed report
Filip
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=
Looking through the bug
https://issues.apache.org/bugzilla/show_bug.cgi?id=42409
I do believe that the author might correct in his assumption.
When we do a forward, in ApplicationDispatcher we call
try {
response.resetBuffer();
} catch (IllegalStateException e) {
https://issues.apache.org/bugzilla/show_bug.cgi?id=46069
Summary: default value of connection_ping_interval is wrong
Product: Tomcat Connectors
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: no
Author: fhanik
Date: Wed Oct 22 21:35:32 2008
New Revision: 707267
URL: http://svn.apache.org/viewvc?rev=707267&view=rev
Log:
votes
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=70726
Author: fhanik
Date: Wed Oct 22 21:11:57 2008
New Revision: 707266
URL: http://svn.apache.org/viewvc?rev=707266&view=rev
Log:
200 threads default
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS
Author: fhanik
Date: Wed Oct 22 21:10:59 2008
New Revision: 707264
URL: http://svn.apache.org/viewvc?rev=707264&view=rev
Log:
Set the default thread count to 200
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
tomcat/trunk/java/org/apache/tomcat/util/net/BaseEndpoi
On Wed, 2008-10-22 at 16:38 -0600, Filip Hanik - Dev Lists wrote:
> the default maxThreads is 200, I think for a blunt install
> that is a good value.
> It's usually what I tell folks that are starting up, and no idea about
> their own app.
>
> 200 is low enough to not cause any resource issues
https://issues.apache.org/bugzilla/show_bug.cgi?id=46067
Summary: documentation grammar/spelling
Product: Tomcat 6
Version: 6.0.18
Platform: PC
URL: http://tomcat.apache.org/tomcat-6.0-doc/aio.html
OS/Version: Windows XP
the default maxThreads is 200, I think for a blunt install
that is a good value.
It's usually what I tell folks that are starting up, and no idea about
their own app.
200 is low enough to not cause any resource issues, and high enough to
handle a decent load of a traffic on the typical starte
Mladen Turk schrieb:
> Rainer Jung wrote:
>>
>> Since there's likely no realiable and easy way to get that info, it
>> looks like a good idea to add it to the README on the download page.
>>
>
> Sure README should be present.
> Anyhow, like you deducted it was Apr 1.2.8 and
> OpenSSL 0.9.8i
I add
Rainer Jung wrote:
Since there's likely no realiable and easy way to get that info, it
looks like a good idea to add it to the README on the download page.
Sure README should be present.
Anyhow, like you deducted it was Apr 1.2.8 and
OpenSSL 0.9.8i
Regards
--
^(TM)
On Wed, 2008-10-22 at 12:52 -0600, Filip Hanik - Dev Lists wrote:
> man, you just ruined my excuse for having a connector at 2/3 the speed
> for APR and BIO :)
Ok ;) Any ideas for a better default value ?
Rémy
-
To unsubscrib
[EMAIL PROTECTED] wrote:
> --- Comment #3 from Mark Thomas <[EMAIL PROTECTED]> 2008-10-22 12:59:36 PST
> ---
> Just testing a new way to provide an svn link:
> r298149
> or
> revision 298149
Apologies for the noise. There might be a couple more of these whilst I try
and get the links generated i
Hi Mark,
Mark Thomas schrieb:
> Quick question. How do I figure out which APR and openSSL versions were
> used to built the binary downloads of the native connectors?
I assume you are talking mostly about the Windows binaries, because I
can't see others on the ASF download archive.
The info is n
Author: fhanik
Date: Wed Oct 22 13:00:58 2008
New Revision: 707181
URL: http://svn.apache.org/viewvc?rev=707181&view=rev
Log:
fix thread boundaries by adding a queue to the pool
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/transport/ReceiverBase.java
Modified:
tomcat/trunk/java/or
https://issues.apache.org/bugzilla/show_bug.cgi?id=46051
--- Comment #3 from Mark Thomas <[EMAIL PROTECTED]> 2008-10-22 12:59:36 PST ---
Just testing a new way to provide an svn link:
r298149
or
revision 298149
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=emai
Author: fhanik
Date: Wed Oct 22 12:44:06 2008
New Revision: 707176
URL: http://svn.apache.org/viewvc?rev=707176&view=rev
Log:
scale like a rock star
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STA
Author: fhanik
Date: Wed Oct 22 12:39:52 2008
New Revision: 707175
URL: http://svn.apache.org/viewvc?rev=707175&view=rev
Log:
Correct default setting according to documentation
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified: tomcat/trunk/java/org/apache/tomc
man, you just ruined my excuse for having a connector at 2/3 the speed
for APR and BIO :)
Filip
Remy Maucherat wrote:
Hi,
So while looking at the connector code, I found something funny.
Apparently Filip messed up his cut & paste, or something, because the
NIO endpoint has maxThreads as 400 i
Quick question. How do I figure out which APR and openSSL versions were
used to built the binary downloads of the native connectors?
Cheers,
Mark
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMA
https://issues.apache.org/bugzilla/show_bug.cgi?id=45975
Bruce Tong <[EMAIL PROTECTED]> changed:
What|Removed |Added
CC||[EMAIL PROTECTED]
I have been trying to figure out why the tcnative project won't build,
but without success... I have added the Microsoft SDK, Windows\system,
Windows\system32 and OpenSSL\ library directories to the list of
"Additional Library Directories" in Visual Studio 2008 for the projects
apr, libapr, libctna
Hi,
So while looking at the connector code, I found something funny.
Apparently Filip messed up his cut & paste, or something, because the
NIO endpoint has maxThreads as 400 instead of 40 for APR and java.io.
NIO scales so well :)
I don't know what the right default value should be (it probably h
https://issues.apache.org/bugzilla/show_bug.cgi?id=42409
--- Comment #21 from Brian Curnow <[EMAIL PROTECTED]> 2008-10-22 06:22:47 PST
---
I'll add that other contains (Jetty, BEA/Oracle WebLogic Server, etc) appear to
be handling this case correctly.
We are having a similar issue to Commen
Filip Hanik - Dev Lists wrote:
a. [ ] It doesn't belong here, take it elsewhere
b. [ ] Bring it here, we'll ship it with next major version of Tomcat
c. [X] Bring it here, we'll make it an independent module with its own
release cycle
d. [ ] I'm ok with any these option
e. [ ] Lets discuss it
Hi again
Thanks for the pointers, the native code now compiles...Well actually
there is still that error in ossl_typ.h, but I just commented the line
causing the error out (a typedef) for now.
However, there is now a problem with linking. I keep getting the message:
1>apr-1.lib(rand.obj) : error
Hi,
> c. [X ] Bring it here, we'll make it an independent module with its own
> release cycle
As an interested observer with no karma here :)
Kev
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAI
a. [ ] It doesn't belong here, take it elsewhere
b. [ ] Bring it here, we'll ship it with next major version of Tomcat
c. [X] Bring it here, we'll make it an independent module with its own
release cycle
d. [ ] I'm ok with any these option
e. [ ] Lets discuss it some more, to bring more options to
Lorenz Breu wrote:
Hi
I tried to build tomcat native today following the instructions on the
homepage. APR compiled just fine, but when I try to build tcnative using
VS 2008 I get the following:
1>Compiling...
1>system.c
1>h:\Visual
Studio\tomcat-native-1.1.15-win32-src\jni\apr\include\arch\win
Filip Hanik - Dev Lists schrieb:
> a. [ ] It doesn't belong here, take it elsewhere
> b. [ ] Bring it here, we'll ship it with next major version of Tomcat
> c. [X] Bring it here, we'll make it an independent module with its own
> release cycle
> d. [ ] I'm ok with any these option
> e. [ ] Lets di
https://issues.apache.org/bugzilla/show_bug.cgi?id=46041
--- Comment #4 from Rainer Jung <[EMAIL PROTECTED]> 2008-10-22 02:13:54 PST ---
99% perm is not necessarily a problem. The default Max size of perm depends on
the platform, Java version and sometimes on the available hardware ressources
Filip Hanik - Dev Lists wrote:
Let's get a feel for what we think we should do.
Based on
https://issues.apache.org/bugzilla/show_bug.cgi?id=46038
I believe (pick only one):
a. [ ] It doesn't belong here, take it elsewhere
b. [ ] Bring it here, we'll ship it with next major version of Tomcat
c.
Hi
I tried to build tomcat native today following the instructions on the
homepage. APR compiled just fine, but when I try to build tcnative using
VS 2008 I get the following:
1>Compiling...
1>system.c
1>h:\Visual
Studio\tomcat-native-1.1.15-win32-src\jni\apr\include\arch\win32\apr_arch_misc.h(42
33 matches
Mail list logo