Hi Scott,
feature you're looking for is transactions timeout, implemented by
Jeanfrancois.
I've checked the code and I think I know why you can not find this
value in domain.xml...
We misinterpret thread-pool configuration elements in domain.xml, we
use thread-pool->idle-thread-timeout-seconds to set transaction
timeout and http->timeout-seconds to set thread's idle-timeout.
This is a bug, which should be fixed (can I ask you to file one? :))
Anyway, if you want to change transaction timeout in GFv3 - for now
please change thread-pool->idle-thread-timeout-seconds attribute value
(default is 900 seconds).
WBR,
Alexey.
On Jan 25, 2010, at 18:44 , Scott Oaks wrote:
> I seem to recall that there was something added to grizzly that will
> terminate a request that is taking too long, but I can't find any
> documentation on it -- do I misremember, or are my google skills in
> serious need of work?
>
> -Scott
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>