You can make your home page stateless. Of course that limits what
components you can put on it.

-Matej

On Thu, Jan 7, 2010 at 2:42 PM, manuelbarzi <manuelba...@gmail.com> wrote:
> hmmm... but we are talking about something very basic: the home page!
> there's no way to avoid repetition of this page in pagestore? i guess
> pagestore does not repeat other internal pages (with extended url - not home
> page - if their are correctly independent, no new object references inside
> on each reload and so on, let's say) by following internal rules (based on
> object state and references), why couldn't it be applied a similar mechanism
> for the home page?
>
> On Thu, Jan 7, 2010 at 2:31 PM, Matej Knopp <matej.kn...@gmail.com> wrote:
>
>> You have the exact same problem with every stateful application. If
>> you want to avoid a DoS attack (which isn't really always possible)
>> you need a good firewall.
>>
>> -Matej
>>
>> On Thu, Jan 7, 2010 at 2:29 PM, manuelbarzi <manuelba...@gmail.com> wrote:
>> > if this is the behaviour by default, then, how do you avoid a DoS attack?
>> i
>> > mean, to put an example, if a simple app like this receives thousand of
>> > users just refreshing the home page, then the pagestore will be
>> > overloaded... may this become a disk I/O overhead and its other possible
>> > consequences.
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to