- From: Yves Lafon <ylafon@w3.org>
- Date: Thu, 5 Sep 2002 12:00:16 +0200 (MET DST)
- To: Rakesh Khatumria <Rkhatumria@quark.co.in>
- cc: www-jigsaw@w3.org
On Thu, 5 Sep 2002, Rakesh Khatumria wrote: > Hi, > > We are using Jigsaw 2.1.2 on the following: > 1. Windows NT server: P-III 500 MHz/256 MB/ 10 GB HDD > 2. Solaris Sun Spark Ultra10/ 440 MHz / 18 GB HDD/ 256 MB > > Can anybody suggest the ideal settings for SocketClientFactory constants > i.e. maxClients, hence the rest maxFree, maxIdle, minFree etc. I know that > the default config assumes 64 max simultaneous connections, the default on > Solaris! We currently want to support at least 50 concurrent users, does > that mean 50 x 2 simultaneous connections (one connection requires at least > two file handles)?? On a server like jigsaw.w3.org (~600khits/day) on a sun blade 500MHz 768MB ram: org.w3c.jigsaw.http.socket.SocketClientFactory.maxClients=600 org.w3c.jigsaw.http.socket.SocketClientFactory.maxThreads=650 org.w3c.jigsaw.http.socket.SocketClientFactory.minFree=10 org.w3c.jigsaw.http.socket.SocketClientFactory.maxFree=50 org.w3c.jigsaw.http.socket.SocketClientFactory.maxIdle=560 In your case, it depends on the load you expect (idle+working threads and such). See http://www.w3.org/Jigsaw/Doc/User/loadsetting.html for more explanations on the settings. -- Yves Lafon - W3C "Baroula que barouleras, au tiéu toujou t'entourneras."
Received on Thursday, 5 September 2002 06:00:35 UTC