On Tue, 17 Apr 2007 14:28:49 -0700
"Eelco Hillenius" <[EMAIL PROTECTED]> wrote:

Thank you, this is the by far the most friendly answer.
The others are just making fun of me...

> > I'm quite new to wicket and I like the concept.
> > However I'm going to build an application that serves many clients
> > at once, so I think performance matters.
> 
> Imo, you should take any of these benchmarks with a big grain of salt.
> It all depends on your setup etc.
> 
> More importantly, regarless of how interesting these tests might look,
> the web framework (unless you're using RoR or something) will *not* be
> the determining factor in your performance and scalability (and please
> note that scalability has not much to do with performance per se).
> Your database layer is much more likely to be what breaks down when
> your system will start receiving big load.
In my app 99% of all database queries will be selects, and only small
part of them will be complex ones. And those selects will be mostly
the same across different sessions. The updates/deletes will be about 1%
or even much less.

Given that I don't think the database will break.

So a simple page with 10-20 entries taken from a database which I made a
mistake calling 'helloworld' is quite a case.

> > Is it possible to create
> > a large scalable application with wicket?
> 
> Sure. That's what we're using it for.

Ok. Now I've read about detachable models and terracotta things become
much clearer to me.
The question about how many concurrent requests one server with wicket
can serve, still stands.
I've read about 500 concurrent requests with 64M heap for wicket 1.3 in
parallel thread. Any other data/tests available?

> 
> Best thing to do is test yourself. And I'd recommend you to use
> something more useful than HelloWorld.

Thanks again,
Alexey.

P.S.
Is "wicket community is friendly to newbies" is a myth, I wonder?
> 
> Eelco
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to