cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2005-05-19 Thread mturk
mturk 2005/05/18 23:31:42 Modified:jk/native/apache-2.0 mod_jk.c Log: Fix Apache2 ws_write. There is no need to break the write to 4K chunks. Since apache does not write directly to wire but rather creates output filter buckets this will also lower the number of buckets

AJP/Java connector issues

2005-05-19 Thread Mladen Turk
Hi, Just noticed a strange behavior in the Java part of the JK dealing with large (over 8184 bytes) data transfers. Since with 8192 bytes AJP packet size, the maximum transferred size per each packet is 8184 bytes one would expect that for 2 bytes file the packets would be in a form of:

DO NOT REPLY [Bug 29497] - Connection pool, redeployment

2005-05-19 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=29497. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34967] New: - setBufferSize() from HttpServletResponse fails

2005-05-19 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=34967. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34967] - setBufferSize() from HttpServletResponse fails

2005-05-19 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=34967. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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

2005-05-19 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

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

2005-05-19 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

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c

2005-05-19 Thread mturk
mturk 2005/05/19 03:14:29 Modified:jk/native/common jk_ajp_common.c Log: Change the log level for cping/cpong failrue. Those messages are informative rather then error. No functional change. Revision ChangesPath 1.118 +10 -8

cvs commit: jakarta-tomcat-connectors/jni/native libtcnative.dsp tcnative.dsp

2005-05-19 Thread mturk
mturk 2005/05/19 03:23:05 Modified:jni/native libtcnative.dsp tcnative.dsp Log: Use the same compile flags as for apr and jk. Initial patch by wrowe. Revision ChangesPath 1.7 +2 -2 jakarta-tomcat-connectors/jni/native/libtcnative.dsp Index:

Re: AJP/Java connector issues

2005-05-19 Thread jean-frederic clere
Mladen Turk wrote: Hi, Just noticed a strange behavior in the Java part of the JK dealing with large (over 8184 bytes) data transfers. Since with 8192 bytes AJP packet size, the maximum transferred size per each packet is 8184 bytes one would expect that for 2 bytes file the packets would be

Re: AJP/Java connector issues

2005-05-19 Thread jean-frederic clere
Mladen Turk wrote: Hi, Just noticed a strange behavior in the Java part of the JK dealing with large (over 8184 bytes) data transfers. Since with 8192 bytes AJP packet size, the maximum transferred size per each packet is 8184 bytes one would expect that for 2 bytes file the packets would be

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

2005-05-19 Thread mturk
mturk 2005/05/19 10:19:45 Modified:jni/java/org/apache/tomcat/jni File.java jni/native/src file.c Log: Added readFullb and writeFullb (ByteBuffer) to File object. Revision ChangesPath 1.5 +47 -1

Re: AJP/Java connector issues

2005-05-19 Thread Bill Barker
- Original Message - From: Mladen Turk [EMAIL PROTECTED] To: Tomcat Developers List tomcat-dev@jakarta.apache.org Cc: Bill Barker [EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 11:44 PM Subject: AJP/Java connector issues Hi, Just noticed a strange behavior in the Java part of the JK

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

2005-05-19 Thread mturk
mturk 2005/05/19 11:30:13 Modified:jni/native/src network.c Added: jni/java/org/apache/tomcat/jni Multicast.java Log: Added Multicast.java and apr_mcast_* wrappers. Revision ChangesPath 1.1

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

2005-05-19 Thread mturk
mturk 2005/05/19 10:34:18 Modified:jni/native/src network.c Log: Add missing getservbyname interface. Revision ChangesPath 1.17 +13 -0 jakarta-tomcat-connectors/jni/native/src/network.c Index: network.c

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

2005-05-19 Thread mturk
mturk 2005/05/19 10:37:56 Modified:jni/java/org/apache/tomcat/jni Address.java Log: Change proto for getservbyname because the returned value apr_status. Socket address is filled by ref. Revision ChangesPath 1.6 +3 -3

Re: AJP/Java connector issues

2005-05-19 Thread Bill Barker
- Original Message - From: Mladen Turk [EMAIL PROTECTED] To: Tomcat Developers List tomcat-dev@jakarta.apache.org Cc: Bill Barker [EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 11:44 PM Subject: AJP/Java connector issues Hi, Just noticed a strange behavior in the Java part of the JK

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

2005-05-19 Thread mturk
mturk 2005/05/19 11:00:00 Modified:jni/java/org/apache/tomcat/jni Socket.java jni/native/src network.c Log: Added Socket.addressfilter that together with Library.APR_HAS_SO_ACCEPTFILTER can set accept filters like httpready so that accept is not firered before

DO NOT REPLY [Bug 33910] - Finalizers sometimes do not get run before instance stopped

2005-05-19 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=33910. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: AJP/Java connector issues

2005-05-19 Thread Mladen Turk
Bill Barker wrote: I see what this is now: The default Connector OutputBuffer size is 8K, so it's sending the output to JkInputStream in 8K chunks. JkInputStream sends all of the 8K to Apache in two chunks. As a Coyote OutputBuffer, it's not really JkInputStream's job to do additional

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector OutputBuffer.java

2005-05-19 Thread jfarcand
jfarcand2005/05/19 07:14:41 Modified:catalina/src/share/org/apache/catalina/connector OutputBuffer.java Log: Invoking APIs such as response.sendError or response.resetBuffer, results in a call to OutputBuffer.reset in the corresponding method in

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

2005-05-19 Thread mturk
mturk 2005/05/19 07:55:28 Modified:jni/native/src poll.c Log: Fix poll checking for error. Revision ChangesPath 1.13 +2 -2 jakarta-tomcat-connectors/jni/native/src/poll.c Index: poll.c ===

Re: AJP/Java connector issues

2005-05-19 Thread Bill Barker
- Original Message - From: Mladen Turk [EMAIL PROTECTED] To: Tomcat Developers List tomcat-dev@jakarta.apache.org Sent: Thursday, May 19, 2005 2:19 PM Subject: Re: AJP/Java connector issues Bill Barker wrote: I see what this is now: The default Connector OutputBuffer size is 8K,

Re: AJP/Java connector issues

2005-05-19 Thread Mladen Turk
Bill Barker wrote: Is something like that possible? It would be really easy to default to 8184 for all Connectors (just change the value in o.a.c.connector.OutputBuffer). I'm not so sure how happy that would make Remy. Not much I'm afraid ;) It wouldn't be too hard to have

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

2005-05-19 Thread mturk
mturk 2005/05/19 10:11:01 Modified:jni/java/org/apache/tomcat/jni File.java jni/native/src file.c Log: Added readb and writeb (ByteBuffer) to File object. Revision ChangesPath 1.4 +46 -2

Re: AJP/Java connector issues

2005-05-19 Thread Remy Maucherat
Mladen Turk wrote: Bill Barker wrote: Is something like that possible? It would be really easy to default to 8184 for all Connectors (just change the value in o.a.c.connector.OutputBuffer). I'm not so sure how happy that would make Remy. Not much I'm afraid ;) It wouldn't be too hard to have

cvs commit: jakarta-tomcat-connectors/jni/native tcnative.dsp

2005-05-19 Thread mturk
mturk 2005/05/19 08:51:32 Modified:jni/native tcnative.dsp Log: Add SSL support to static APR library build. Revision ChangesPath 1.7 +9 -9 jakarta-tomcat-connectors/jni/native/tcnative.dsp Index: tcnative.dsp

Bernhard Kluschat/EZW/EN01 ist außer Haus.

2005-05-19 Thread Bernhard . Kluschat
Ich werde ab 20.05.2005 nicht im Büro sein. Ich kehre zurück am 23.05.2005. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringenden Fällen wenden Sie sich bitte an meinen Kollegen Rolf-Dieter Gross, Tel.: 02056/ 259-5440 e-mail:[EMAIL PROTECTED] oder erreichen mich unter

Re: Mailing List - I WANT OUT!!!!!!

2005-05-19 Thread Shey Rab Pawo
Why don't you check the bottom of your email and get out? We will miss you. On 18-May-2005 10:30:09 ZE2, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Dear Sirs, I wish to be excluded IMMEDIATELY from your mailing list. I do not know HOW I ended up there, but I am certainly NOT interested

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

2005-05-19 Thread billbarker
billbarker2005/05/19 22:52:02 Modified:jk/java/org/apache/jk/common HandlerRequest.java JkInputStream.java jk/java/org/apache/jk/core MsgContext.java jk/java/org/apache/jk/server JkCoyoteHandler.java Log: Implement the