we have our own threadtest (see svn) to test scaling

What is a real world enterprise level app?

Is that about the complexitiy of the user inteface and the application
itself?
or is it that it is used by many many concurrent users at one time but the
app is pretty simple?

About design principals, use detachable models everwhere to keep the state
als low as possible,
To be Highly responsive doesn't mean that you have to have a memory
inexpensive app.

Wicket apps do use session memory for pages, For 1.3 only 1 page per
pagemap, so most of the time 1 page per session/user
And what a page cost in mem is very dependend on the complexity.

johan


On Mon, Mar 17, 2008 at 10:01 AM, Vitaly Tsaplin <[EMAIL PROTECTED]>
wrote:

>   Hi everyone,
>
>   Does anyone try to do any scalability tests with wicket? How is it
> suitable for real world enterprise level applications? And the most
> important question: What are the design principals I should follow in
> order to turn my homemade application into a real, highly responsive
> and memory inexpensive app? Where can I read about it?
>
>   Vitaly
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to