[Seaside] Java fastest for server-side web apps?

Philippe Marschall philippe.marschall at gmail.com
Mon Nov 11 22:36:52 UTC 2013


On Mon, Nov 11, 2013 at 11:17 PM, Paul DeBruicker <pdebruic at gmail.com> wrote:
> You'd need to submit a pull request to them with code that performs their tests to be considered.
>
> I looked at it one time and they also require that in memory databases not be used for the database test.

You should be able to skip that test since things like undertow,
vertx, netty, grizzly, … don't come with an ORM. You don't want to run
the test unless you have a socket based db driver and a connection
pool (I believe PostgreS does these days).

Also if we could run 8 images on each of the 3 servers (if I
understand their set up correctly), the results may not be terrible.
But a single image on a single machine is not going to be competitive.

Cheers
Philippe


More information about the seaside mailing list