dependency-check-interval

"Leland, Robert" <[email protected]> Wed, 12 Jul 2006 10:48:39 -0400
Newsgroups gmane.text.xml.resin.user
Message-ID <[email protected]>
I am checking this out before declaring this a bug, Since it may have
been fixed in 3.0.20.

Under Resin 3.0.18 changing just
  <dependency-check-interval>2s</dependency-check-interval>
to
  <dependency-check-interval>600s</dependency-check-interval>

Renders my application non responsive Via ISAPI. I.e.
http://localhost/application/
and
http://localhost/application/index.jsp
Yields an unavailable error message.

A value of
  <dependency-check-interval>60s</dependency-check-interval>
Works as expected.
---
If I Specify
  <http server-id=3D"app1" host=3D"*" port=3D"8080" =
read-timeout=3D"300s"
write-timeout=3D"300s"/>

Then ISAPI,

http://localhost/application/
and
http://localhost/application/index.jsp

Works correctly with, 600s =20

I reboot the server between every change to the config files.


http://bugs.caucho.com/view.php?id=3D1086

Seems like the only thing related to dependency-check-interval that I
could find.

-Rob