Pierpaolo Fumagalli wrote:

> Jorge Bracer wrote:
> >
>
>
> load balancing should be the only soultion, until Blackdown does not
> start compiling JVMs also w/ 1024 file descriptors support...
>
> The limit of 1024 file descriptors, anyway, IMHO, seems ridicolous in
> any case, I'm just thinkingg to a multithreaded web server, running on a
> heavy loded machine... How much is it on a solaris box????
>
>         Pier

Solaris comes with a 64 fd open/process limit. I raised this up to 2048 fd/process

just add a line :
set rlim_fd_cur=2048
in /etc/system (and reboot).

But I believe that using load-balancing is another way to increase
performance/robustness, just think that synchronized methods (JDBC drivers, or
other portions of code), can be run simultaneously in 2 or more JVMs.
And remember that static fields won't be shared by the different JVMs.

Jean-Luc Rochat




----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://www.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to