On Tue, May 03, 2005 at 08:43:10PM +0400, Alex wrote: > >>How to make as much childs as possible, but not more > >>than > >>(for example 50%) of CPU. > > > >I don't know. How does one portably determine their > >machine's idle > >CPU percent? > > Can you suggest how much sessions can i use ?(KIDMAX) > > system: > - Dual Intel Xeon 2.4 Ghz processors > - 1 GB Registered ECC PC2100 266 Mhz DDR RAM > - Redhat Linux 9 > - PostgreSQL 8.0
It's impossible to tell how many sessions your environment and application can stand before performance is too poor to continue. Sessions don't use a constant amount of resources (CPU cycles, file descriptors, bytes of memory, etc.). -- Rocco Caputo - http://poe.perl.org/
