Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2004-12-10 Thread newsletter
This is an automated message that will hopefully answer any questions you might have: HOW TO UNSUBSCRIBE: Visit www.insanepictures.com/unsubscribe.shtml and enter your email address into the unsubscribe box. HOW TO SUBSCRIBE: Visit www.insanepictures.com and enter your email address into the

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2004-12-10 Thread billbarker
billbarker2004/12/10 22:32:13 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Speed the MsgContext on its way to GC. The ControlRunnable will retain a reference to the TPR, so the endpoint will stay until the CR is reused. May or may not help with BZ #32141

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java ChannelUn.java

2004-11-19 Thread billbarker
billbarker2004/11/19 18:39:34 Modified:jk/java/org/apache/jk/common ChannelSocket.java ChannelUn.java Log: It seems that the 1.5 JVM is less tolarant of 'null' ONames. Reported By: Allistair Crossley [EMAIL PROTECTED] Revision ChangesPath

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2004-09-16 Thread billbarker
billbarker2004/09/16 21:08:53 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Not all exceptions have a message Revision ChangesPath 1.48 +4 -4 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/ChannelSocket.java Index:

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2004-06-04 Thread billbarker
billbarker2004/06/04 22:51:30 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Finally remove the default setting of address if not specified. Also some cleanup of logging levels. Fix for Bug #39375 Fix for Bug #29399 Revision ChangesPath 1.47

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2004-03-21 Thread billbarker
billbarker2004/03/21 15:50:54 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Fix exception when attempting to pause the channel w/o specifying an address. Also fix problem where requests weren't being unregistered because of a misformatted Msg. Revision

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2004-02-23 Thread hgomez
hgomez 2004/02/23 05:07:58 Modified:jk/java/org/apache/jk/server JkMain.java jk/java/org/apache/jk/common ChannelSocket.java Log: set minSpareThreads / maxSpareThreads Revision ChangesPath 1.44 +2 -0

AUTO {VATTENFALL#076-807}cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2004-02-23 Thread Vattenfall Kundservice
Hej! Tack för din e-post. Du har tilldelats ärendenummer # 76807. Vi kommer att besvara ditt ärende under ordinarie öppettider och återkommer med svar snarast möjligt. Vid fortsatta kontakter med oss ber vi dig använda svarsknappen i ditt e-postsystem. Då bibehålls ditt ärendenummer. Har du

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2004-02-23 Thread hgomez
hgomez 2004/02/23 05:11:13 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: oups tab police Revision ChangesPath 1.43 +6 -7 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/ChannelSocket.java Index: ChannelSocket.java

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2004-01-27 Thread billbarker
billbarker2004/01/27 00:08:29 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Fix compile. Revision ChangesPath 1.41 +4 -3 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/ChannelSocket.java Index: ChannelSocket.java

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2004-01-26 Thread billbarker
billbarker2004/01/26 22:58:00 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Remove redundant 'paused' check. Revision ChangesPath 1.40 +0 -6 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/ChannelSocket.java Index:

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2003-04-02 Thread costin
costin 2003/04/02 16:54:34 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Unregister on shutdown. Revision ChangesPath 1.36 +12 -2 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/ChannelSocket.java Index: ChannelSocket.java

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2003-02-28 Thread costin
costin 2003/02/28 12:47:59 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Reduce verbosity. Revision ChangesPath 1.35 +3 -1 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/ChannelSocket.java Index: ChannelSocket.java

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2003-02-16 Thread costin
costin 2003/02/16 18:17:15 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: More JMX code. The channel will act as a standalone mbean receiving messages and dispatching via either direct call ( JkHandler ) or JMX notifications. Also few cosmetic changes ( better

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java HandlerRequest.java

2003-01-27 Thread costin
costin 2003/01/27 21:42:24 Modified:jk/java/org/apache/jk/common ChannelSocket.java HandlerRequest.java Log: Fix the name of the jk handler. Fix a NPE - req must be created first. Revision ChangesPath 1.33 +1 -1

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-12-19 Thread costin
costin 2002/12/19 07:36:32 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Change log level to debug for Connection closed. This is a normal message that happens quite often for Apache1.3, where each child process can restart after a number of requests. This would

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-12-10 Thread remm
remm2002/12/10 23:34:25 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: - Restore old behavior: bind on all addresses by default. - Note: the file EOLs are correupted. Please fix it. Revision ChangesPath 1.29 +1 -1

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-11-22 Thread mturk
mturk 2002/11/22 09:46:33 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: 1. Setting port to 0 will disble the channel socket. This is usefull for JNI where there is no need for channelSocket. Less wasted resources... 2. Allow address=x.x.x.x in the

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-11-21 Thread hgomez
hgomez 2002/11/21 01:32:17 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Report timeout exception as such Revision ChangesPath 1.27 +7 -7 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/ChannelSocket.java Index: ChannelSocket.java

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-11-20 Thread hgomez
hgomez 2002/11/20 06:16:46 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: When a socket timeout exception appears (why set timeout for ajp13 connections ?), the socket is not closed, and even if tomcat remove the thread the socket is still open and make

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-10-30 Thread costin
costin 2002/10/30 14:21:06 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Another log 'cleanup'. This happens quite frequently and is very natural - many apache servers are configured to restart themslef after a number of errors. Downgraded it to info

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-10-30 Thread costin
costin 2002/10/30 16:54:58 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Added maxThreads property. I think we should add more support for JMX on threads and the thread pool - and then possibly do the conf on the TP Revision ChangesPath 1.25

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-10-09 Thread hgomez
hgomez 2002/10/08 23:58:31 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: tcpnodelay to true by default, but could be turned off by setting tcpnodelay=false from outside (howto in server.xml ?) Revision ChangesPath 1.23 +3 -3

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-10-04 Thread costin
costin 2002/10/04 16:33:14 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Fix 13270. tcpNoDelay wasn't implemented. Revision ChangesPath 1.22 +4 -2 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/ChannelSocket.java Index:

Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-10-04 Thread Han Ming Ong
Thanks for at least hooking up the setter correctly. I know you folks are busy but if you can spend sometime thinking about the default value (which you have currently set to false) when you have a chance, we would truly appreciate it. Thanks again Costin. On Friday, October 4, 2002, at

Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-10-04 Thread Costin Manolache
Han Ming Ong wrote: Thanks for at least hooking up the setter correctly. I know you folks are busy but if you can spend sometime thinking about the default value (which you have currently set to false) when you have a chance, we would truly appreciate it. If you can give some good

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-08-09 Thread costin
costin 2002/08/09 13:52:37 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Add getters for various fields, added a 'requestCount' attribute, make thing prettier for the JMX view. Revision ChangesPath 1.21 +45 -3

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-07-02 Thread costin
costin 2002/07/02 13:00:16 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: No comment... Revision ChangesPath 1.18 +1 -1 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/ChannelSocket.java Index: ChannelSocket.java

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-06-05 Thread costin
costin 2002/06/05 14:22:40 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Added some comments :-) ( no, they don't do anything yet ) Revision ChangesPath 1.15 +26 -1 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/ChannelSocket.java

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-05-22 Thread costin
costin 02/05/22 16:51:11 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Added ( unused ) BUFFERED_WRITE. When 4.x and 3.x will support the CLIENT_FLUSH notification we'll get some 10-20% speed improvements. Revision ChangesPath 1.14 +24 -1

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-05-14 Thread costin
costin 02/05/14 13:45:19 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Filter ConnectionReset messages Revision ChangesPath 1.13 +5 -1 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/ChannelSocket.java Index: ChannelSocket.java

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-05-10 Thread costin
costin 02/05/10 16:54:42 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Reduce the number of messages when the server dies ( or closes connections ) Revision ChangesPath 1.12 +6 -3

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-04-23 Thread remm
remm02/04/23 09:25:04 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: - Improve (?) shutdown. - Make the running flag protected. - Update the flag state in init and destroy. - Don't display exceptions when shutting down. Revision ChangesPath 1.10

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java ChannelUn.java

2002-04-18 Thread costin
costin 02/04/18 12:12:36 Modified:jk/java/org/apache/jk/common ChannelSocket.java ChannelUn.java Log: Allow a 'range' of ports to be used. This allows multiple tomcats to be started on the same machine with the same configuration - and get

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java ChannelUn.java

2002-04-17 Thread costin
costin 02/04/17 15:38:16 Modified:jk/java/org/apache/jk/common ChannelSocket.java ChannelUn.java Log: Update for the interface changes. Revision ChangesPath 1.8 +29 -10

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java HandlerRequest.java JkInputStream.java MsgAjp.java

2002-02-26 Thread costin
costin 02/02/26 22:41:18 Modified:jk/java/org/apache/jk/common ChannelSocket.java HandlerRequest.java JkInputStream.java MsgAjp.java Log: More debug cleanup and improvements. The Content-Length header may be sent either as an id or as a string. ( a

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java HandlerDispatch.java HandlerRequest.java JkInputStream.java

2002-02-20 Thread costin
costin 02/02/20 15:39:58 Modified:jk/java/org/apache/jk/common ChannelSocket.java HandlerDispatch.java HandlerRequest.java JkInputStream.java Log: Replace our println log with commons-logging Revision ChangesPath 1.6

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java ChannelUn.java

2002-01-25 Thread costin
costin 02/01/25 23:25:09 Modified:jk/java/org/apache/jk/common ChannelSocket.java ChannelUn.java Log: Updates, fixes. Revision ChangesPath 1.3 +80 -25 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/ChannelSocket.java

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java HandlerEcho.java HandlerRequest.java MsgAjp.java WorkerDummy.java

2001-12-31 Thread costin
costin 01/12/31 11:02:01 Added: jk/java/org/apache/jk/common ChannelSocket.java HandlerEcho.java HandlerRequest.java MsgAjp.java WorkerDummy.java Log: New jk. The code is cutpasted from the old jk, with a bit of cleanup and