Re: Tomcat and APR

2005-04-16 Thread Mladen Turk
Peter Lin wrote: yeah, I can do that. ... I assume if i grab the nightly for 5.5.x and APR1.1.x I should be ready to go. In the event I need some assistance, you going to be around Mladen :) ? Well, not at the midnight like your post was, but I'm sure it wasn't a midnight at your time zone :).

cvs commit: jakarta-tomcat-catalina/modules/cluster/test/src/share/org/apache/catalina/cluster/tcp DataSenderTest.java

2005-04-16 Thread pero
pero2005/04/16 00:06:08 Modified:modules/cluster/test/src/share/org/apache/catalina/cluster/tcp DataSenderTest.java Log: Correct checkKeepAlive New WriteData send also the header Revision ChangesPath 1.3 +9 -9

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp ReplicationTransmitter.java

2005-04-16 Thread pero
pero2005/04/16 00:22:41 Modified:modules/cluster/src/share/org/apache/catalina/cluster/tcp ReplicationTransmitter.java Log: Change method names Revision ChangesPath 1.31 +6 -6

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp ClusterReceiverBase.java

2005-04-16 Thread pero
pero2005/04/16 00:23:05 Modified:modules/cluster/src/share/org/apache/catalina/cluster/tcp ClusterReceiverBase.java Log: Change method names Revision ChangesPath 1.3 +4 -4

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp LocalStrings.properties SimpleTcpCluster.java

2005-04-16 Thread pero
pero2005/04/16 01:10:48 Modified:modules/cluster/src/share/org/apache/catalina/cluster/tcp LocalStrings.properties SimpleTcpCluster.java Log: i18n message change Revision ChangesPath 1.8 +1 -0

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session ManagerBase.java

2005-04-16 Thread Peter Rossbach
I also thing, made this check is better, as thing the generator work as aspected !! vote +1 to add the session duplication check again. Peter Bill Barker schrieb: Remy Maucherat [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: pero2005/04/15

Re: Tomcat and APR

2005-04-16 Thread Peter Rossbach
At last week I use very successfull the httperf load tool to simulate sessions request. With httperf you can generate high load and it is easy to configure. You can configure think time between requests. But with session handling on, we see some corrupted requests.

DO NOT REPLY [Bug 34481] New: - mod_jk 1.2.10 status worker quick refresh problem

2005-04-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34481. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Cluster fixes - Need Coordination of work

2005-04-16 Thread Peter Rossbach
Hey Filip, very welcome that you help. Filip Hanik - Dev lists schrieb: I ran some load tests with the pooled mode and the clustering stats are looking good. next week I am expecting to dig a little bit deeper into the code, but so far it is looking pretty good, Well, that a very fine news. I

DO NOT REPLY [Bug 34481] - mod_jk 1.2.10 status worker quick refresh problem

2005-04-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34481. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34482] New: - status worker Update Worker button should do redirect

2005-04-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34482. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34481] - mod_jk 1.2.10 status worker quick refresh problem

2005-04-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34481. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[EMAIL PROTECTED]: Project jakarta-tomcat-jasper_tc5 (in module jakarta-tomcat-jasper_tc5) failed

2005-04-16 Thread bobh
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jasper_tc5 has an issue affecting its community integration.

[EMAIL PROTECTED]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2005-04-16 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk-native has an issue affecting its community integration. This

GUMP - Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed messages

2005-04-16 Thread Mladen Turk
Hi, I'm getting pretty tired of getting this messages every day. Can we do something so that jk-native is never tried to build at the first place. I'm not even sure if it can be build by ant anyhow. Bill, any clues? Regards, Mladen.

cvs commit: jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni Library.java

2005-04-16 Thread jfclere
jfclere 2005/04/16 02:17:38 Modified:jni/java/org/apache/tomcat/jni Library.java Log: print java.library.path when the library cannot be loaded. Revision ChangesPath 1.4 +4 -1 jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Library.java Index:

cvs commit: jakarta-tomcat-connectors/jni build.xml

2005-04-16 Thread jfclere
jfclere 2005/04/16 02:35:57 Modified:jni build.xml Log: Add tc.library.path to help the JVM to find the library. Revision ChangesPath 1.5 +3 -0 jakarta-tomcat-connectors/jni/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jni build.xml

2005-04-16 Thread jfclere
jfclere 2005/04/16 02:53:42 Modified:jni build.xml Log: use example instead compile-example (why do with need compile-example?). Revision ChangesPath 1.6 +1 -1 jakarta-tomcat-connectors/jni/build.xml Index: build.xml

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session ManagerBase.java

2005-04-16 Thread Remy Maucherat
Bill Barker wrote: Remy Maucherat [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: pero2005/04/15 13:15:45 Modified:catalina/src/share/org/apache/catalina Cluster.java catalina/src/share/org/apache/catalina/session

cvs commit: jakarta-tomcat-connectors/jni/native/src network.c

2005-04-16 Thread jfclere
jfclere 2005/04/16 03:31:34 Modified:jni/java/org/apache/tomcat/jni Socket.java jni/native/src network.c Log: Throw an exception when bind() failed. Revision ChangesPath 1.7 +3 -2

Re: cvs commit: jakarta-tomcat-connectors/jni/native/src network.c

2005-04-16 Thread Mladen Turk
[EMAIL PROTECTED] wrote: jfclere 2005/04/16 03:31:34 Modified:jni/java/org/apache/tomcat/jni Socket.java jni/native/src network.c Log: Throw an exception when bind() failed. Why did you do that? I mean there is no need to throw an exception if we can get a direct

Re: cvs commit: jakarta-tomcat-connectors/jni/native/src network.c

2005-04-16 Thread Remy Maucherat
Mladen Turk wrote: [EMAIL PROTECTED] wrote: jfclere 2005/04/16 03:31:34 Modified:jni/java/org/apache/tomcat/jni Socket.java jni/native/src network.c Log: Throw an exception when bind() failed. Why did you do that? I mean there is no need to throw an exception if we

cvs commit: jakarta-tomcat-connectors/jni/examples/org/apache/tomcat/jni Echo.java

2005-04-16 Thread jfclere
jfclere 2005/04/16 03:46:55 Modified:jni/examples/org/apache/tomcat/jni Echo.java Log: catch the next exception. Revision ChangesPath 1.4 +11 -6 jakarta-tomcat-connectors/jni/examples/org/apache/tomcat/jni/Echo.java Index: Echo.java

DO NOT REPLY [Bug 34480] - Parser chokes on tags within HTML comment block

2005-04-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34480. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_mt.h

2005-04-16 Thread mturk
mturk 2005/04/16 07:33:27 Modified:jk/native/common jk_mt.h Log: Check if the command was interrupted by a signal before the lock was checked or acquired. Revision ChangesPath 1.19 +11 -5 jakarta-tomcat-connectors/jk/native/common/jk_mt.h Index: jk_mt.h

cvs commit: jakarta-tomcat-connectors/jni/native/src network.c

2005-04-16 Thread mturk
mturk 2005/04/16 07:47:20 Modified:jni/java/org/apache/tomcat/jni Socket.java jni/native/src network.c Log: Remove unnecessary exceptions for calls that can return negative values as error codes. Revision ChangesPath 1.8 +3 -5

cvs commit: jakarta-tomcat-connectors/jni/native/src network.c

2005-04-16 Thread mturk
mturk 2005/04/16 07:53:36 Modified:jni/java/org/apache/tomcat/jni Socket.java jni/native/src network.c Log: Add atmark function for querying OOB socket data. Revision ChangesPath 1.9 +17 -9

cvs commit: jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni Socket.java

2005-04-16 Thread mturk
mturk 2005/04/16 08:07:53 Modified:jni/java/org/apache/tomcat/jni Socket.java Log: Oops. Remove duplicate declaration. Revision ChangesPath 1.10 +1 -9 jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Socket.java Index: Socket.java

cvs commit: jakarta-tomcat-connectors/jni/native/src info.c network.c

2005-04-16 Thread mturk
mturk 2005/04/16 08:46:36 Modified:jni/java/org/apache/tomcat/jni Address.java Sockaddr.java jni/native/src info.c network.c Log: Add missing Address.getip - apr_sockaddr_ip_get call and remove unneeded fields for Sockaddr. Revision ChangesPath 1.3

cvs commit: jakarta-tomcat-connectors/jni/examples/org/apache/tomcat/jni Echo.java

2005-04-16 Thread mturk
mturk 2005/04/16 08:47:42 Modified:jni/examples/org/apache/tomcat/jni Echo.java Log: Display remote connection socket info. Revision ChangesPath 1.5 +15 -2 jakarta-tomcat-connectors/jni/examples/org/apache/tomcat/jni/Echo.java Index: Echo.java

DO NOT REPLY [Bug 34484] New: - Tomcat Coyote connector doesn't play with NVidia onboard ethernet.

2005-04-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34484. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jni/native/src info.c network.c

2005-04-16 Thread mturk
mturk 2005/04/16 09:45:13 Modified:jni/examples/org/apache/tomcat/jni Echo.java jni/java/org/apache/tomcat/jni Address.java jni/native/src info.c network.c Log: Add Address.getInfo that creates the Sockaddr object. Revision ChangesPath 1.6

DO NOT REPLY [Bug 34484] - Tomcat Coyote connector doesn't play with NVidia onboard ethernet.

2005-04-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34484. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: GUMP - Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed messages

2005-04-16 Thread Bill Barker
- Original Message - From: Mladen Turk [EMAIL PROTECTED] To: Tomcat Developers List tomcat-dev@jakarta.apache.org Sent: Saturday, April 16, 2005 2:16 AM Subject: GUMP - Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed messages Hi, I'm getting pretty tired

cvs commit: jakarta-tomcat-connectors/jni/examples/org/apache/tomcat/jni Echo.java

2005-04-16 Thread mturk
mturk 2005/04/16 10:24:13 Modified:jni/examples/org/apache/tomcat/jni Echo.java Log: Display local socket address too. Revision ChangesPath 1.7 +15 -6 jakarta-tomcat-connectors/jni/examples/org/apache/tomcat/jni/Echo.java Index: Echo.java

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11AprProcessor.java

2005-04-16 Thread remm
remm2005/04/16 10:49:19 Modified:http11/src/java/org/apache/coyote/http11 Http11AprProcessor.java Log: - Implement the few missing methods for getRemoteAddr, etc. Revision ChangesPath 1.5 +64 -37

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11AprProcessor.java

2005-04-16 Thread remm
remm2005/04/16 10:51:48 Modified:http11/src/java/org/apache/coyote/http11 Http11AprProcessor.java Log: - Proper logging. Revision ChangesPath 1.6 +7 -13

Re: Tomcat and APR

2005-04-16 Thread Remy Maucherat
Mladen Turk wrote: Peter Lin wrote: I've done testing on SLES9/64 with JDK5 and current apr release from apache (apr-1.1.1). The performance is equal or APR is slightly faster, but what's more important is the scalability for keep-alive connections. Now you can have hundreds of keep-alive

test plans for new APR + JNI

2005-04-16 Thread Peter Lin
I've posted 2 test plans designed to test out concurrent connections. http://cvs.apache.org/~woolfel/native_testplans.zip there's 2 test plans. both use the 20K.png file I created for the previous benchmark. there's 4 thread groups in test plan. the first one has a constant delay of 1second

DO NOT REPLY [Bug 34484] - Tomcat Coyote connector doesn't play with NVidia onboard ethernet.

2005-04-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34484. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34484] - Tomcat Coyote connector doesn't play with NVidia onboard ethernet.

2005-04-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34484. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[OT] - benchmark on APR stuff

2005-04-16 Thread Peter Lin
I haven't been able to run the benchmarks so far due to BSOD on my laptop. I suspect SP2, since I just installed it friday and now I get IRQ errors related to the network interface. the test plan is in my apache directory, can someone else run the benchmarks until I figure out how to fix this

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2005-04-16 Thread billbarker
billbarker2005/04/16 20:41:08 Modified:jk/java/org/apache/jk/common ChannelSocket.java jk/java/org/apache/jk/server JkMain.java Added: jk/java/org/apache/jk/common ChannelNioSocket.java Log: Give Remy something meaningful to benchmark against ;-). On