|
From: Leif M. <le...@ta...> - 2006-10-19 18:28:33
|
Bill,
Thanks for pointing out the javadoc problem. It has been fixed.
Also, I love that idea about reducing the ping output. I
implemented it a
little differently as a property called wrapper.ping.interval.logged.
It is an
interval in seconds. So if you have a ping interval of 5 seconds and you
set it to 60, you will only see a logged ping message once every minute,
or every 12 actual pings.
I did it this way to avoid forcing the user to do any extra math.
These changes will be in the next release.
Cheers,
Leif
Bill Edens wrote:
> Leif:
>
> I have been making the following simple change in the source set since
> 3.2.1 to get rid of a javadoc error message when using JAVA5 for
> building the release. FYI
>
> *** ./src/java/org/tanukisoftware/wrapper/WrapperSimpleApp.java
> Mon Oct 16 17:24:01 2006
> ---
> ../wrapper_3.2.3.1_src/./src/java/org/tanukisoftware/wrapper/WrapperSimpleApp.java
> Tue Oct 17 23:21:14 2006
> ***************
> *** 124,130 ****
> /**
> * Creates an instance of a WrapperSimpleApp.
> *
> ! * @param args The full list of arguments passed to the JVM.
> */
> protected WrapperSimpleApp( String args[] )
> {
> --- 124,130 ----
> /**
> * Creates an instance of a WrapperSimpleApp.
> *
> ! * @param The full list of arguments passed to the JVM.
> */
> protected WrapperSimpleApp( String args[] )
> {
>
> I also add the "silent-pings" property to quiet down the ping cycle
> messages to once every "n" occurances rather than every cycle. The
> pings still perform at their original rate. They are just not as
> noisy when in DEBUG mode. See attachment. The source change is
> simple. I can forward if your interested.
>
> Bill
|