[JDEV] server installation
Thomas Charron
tcharron at ductape.net
Thu Jan 20 12:51:28 CST 2000
Quoting David Waite <mass at ufl.edu>:
> With pth, the individual user threads get 32k (correct me pease if I'm
> wrong) so 10,000 users would use up 320MB. This is not counting the kernel
> structures for process tables and TCP buffers (I believe the TCP buffer is
> 8k each direction, but I am hardly an expert on the networking side of
> l-k)
jlib_stack_default is what sets the default size for each of the stacks.
Technically, we could adjust that particular value to 'custom fit' on a per
server basis. That way, a server with little usage of variable data, such as a
server meant to serve only anonymous connections, could accept many, MANY times
more connections using less memory..
> (keep in mind all numbers are for simultaneous online users, I don't see
> any reason you couldn't have 100,000 users on a p233 if only a small
> fraction were actually online.)
---
Thomas Charron
<< Wanted: One decent sig >>
<< Preferably litle used >>
<< and stored in garage.
More information about the JDev
mailing list