On Fri, 19 Nov 2004 14:20:40 -0500, Vy Ho <[EMAIL PROTECTED]> wrote:
> 
> Under Linux kernel 2.6 and Jdk 1.5 (5.0), the server could handle up to
> 400 client threads.  There are couple time out error.  Other than that,
> it works fine.  Slow but fine.  However, the desktop and other
> application is much more responsive compared to kernel 2.4.  Please
> notes that each of these threads actually reconnect for each request
> (the connection is closed for each request).  This probably could be
> improve dramatically in term of number of threads if I use keep-alive
> client connection.  However, the overall result do not change (or much
> slower), because the machine can handle more connection, but it takes
> much longer to return each request.

Good results overall. Of course, as you mention, getting better
scalability is useless at some point, since the response times will
get too long to be useful.

-- 
xxxxxxxxxxxxxxxxxxxxxxxxx
Rémy Maucherat
Developer & Consultant
JBoss Group (Europe) SàRL
xxxxxxxxxxxxxxxxxxxxxxxxx

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to