Thanks Martin! We will give it a try and post what we got.
-- Guillaume On Tue, Oct 21, 2014 at 1:19 PM, Martin Grigorov <[email protected]> wrote: > Hi Guillaume, > > You can > use > org.apache.wicket.request.cycle.PageRequestHandlerTracker#getFirstHandler() > to check what is the requested page in your > own org.apache.wicket.settings.def.RequestCycleSettings#getTimeout > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Tue, Oct 21, 2014 at 1:12 PM, Guillaume Smet <[email protected]> > wrote: > >> Hi, >> >> We have a few pages in our application which might take a long time to >> generate. This is definitely not the usual case but there are a few of >> them. >> >> Thus we were forced to define a high lockTimeout to be sure these >> pages can be served. >> >> The fact is that we would really like to have a far lower default >> timeout except for these pages. >> >> Is there a way to configure the lockTimeout on a per page basis (I >> haven't found one)? >> >> If not, would it be a good idea to provide a way to do so? >> >> Thanks for your feedback. >> >> -- >> Guillaume >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
