MINA: Building a scalable server in 20 lines
This looks very interesting, even though I have a few questions to answer when I evaluate it properly.
@me&java ยป Building scalable server in 20 lines
I’m particularly interested how MINA stacks up against Grizzly, as they both seem to be addressing the same problem – a high-performance Java server using newer IO facilities.
Currently my Mojasef framework works in three ways: a server-less version for unit testing, a simple stand-alone server for embedded use and integration testing, and as a servlet inside a servlet container. A flavour which works closely with one of these high-performance servers might be a good addition.
anjan bacchu wrote:
Does Grizzly support UDF ?
Thank you,
Posted on 08-Oct-08 at 6:49 pm | Permalink