Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!munnari.oz.au!djh From: djh@cs.mu.oz.au (David Hornsby) Newsgroups: comp.protocols.appletalk Subject: Re: Maximum user count in aufs? Message-ID: <7441@munnari.oz.au> Date: 25 Apr 91 06:49:57 GMT References: <1991Apr24.161708.18071@usenet.ins.cwru.edu> Organization: Comp Sci, Melbourne Uni, Australia Lines: 17 Stephen C. Trier writes: > The AUFS documentation (in CAP 6.0) includes a command-line option for > specifying the maximum number of sessions that can be open at once. > Just how large can I set that number before things start going wrong? > (How many sessions can CAP 6.0 aufs support at once?) The limiting factor is the number of dynamic DDP sockets that can be opened. CAP supports the normal dynamic socket range of 128 through 254. Each CAP server (aufs, lwsrv etc) will consume one socket, each server child process (aufs session) consumes another. Total per CAP *HOST*: 127. How well this load is supported depends a lot on your base hardware. There is also a limit on the number of NBP entities you can register (IE: number of advertised servers). In CAP 6.0 this is currently 30. - David.