mod_jk 1.2.0 - release notes

2002-07-01 Thread GOMEZ Henri

Hi to all,

I'm finalizing the mod_jk 1.2.0 release.

I updated the Apache build instruction,
removed outdated Makefile and build files.

I added a minimal IIS build document, 
from what it's present in tomcat-iis-howto.html.

Same thing for netscape/iplanet build instructions.

Since the previous release, there was update in :

Load-Balancing and keep-alive/timeout and I need
more documentation on it from commiters.

I recall that Load-Balancing was updated to handle
failure only mode.

Regards

-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .) 
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: mod_jk 1.2.0 - release notes

2002-07-01 Thread Mladen Turk

 -Original Message-
 From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] 
 Sent: 1. srpanj 2002 13:20
 To: [EMAIL PROTECTED]
 Subject: mod_jk 1.2.0 - release notes
 
 I'm finalizing the mod_jk 1.2.0 release.
 
 Load-Balancing and keep-alive/timeout and I need
 more documentation on it from commiters.
 

Firewall support options:

socket_keepalive=0[1]
Using the keep-alive socket option the mod_jk connector  can request
that a TCP/IP provider enable the use of keep-alive packets on TCP
connections. 

socket_timeout=seconds
The socket_timeout forces the socket disconnection if the connection has
not been used for specified number of seconds.


Performance options:

cache_timeout=seconds
This option used together with cachesize, enables the errorless peek
server loads. To be able to use that option the cachesize must be set
for threaded servers (IIS/Apache WIN32) to the value that is slightly
higher then the maximum number of concurrent users.

After the cache_timeout all unused connections will be forcibly dropped.

Example:

#This directive will handle up to the 100 concurent users for threaded
servers
worker.ajp13.cachesize=100
#When the server load drops all the extra connections will be recycled
worker.ajp13.cache_timeout=15

#Set the keep-alive option if the TC is behind the firewall
worker.ajp13.socket_keepalive=1
#Set the 30 minute timeout (check with the firewall settings)
worker.ajp13.socket_timeout=900



Sorry, It's not much ;)

MT.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: mod_jk 1.2.0 - release notes

2002-07-01 Thread GOMEZ Henri


Sorry, It's not much ;)

Not so bad ;)

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]