Re: Maximum number of users

2003-10-23 Thread Danny Angus
also finite) or the maximum number of records the DB is capable of holding in a single table. d. __ > > Has anybody ever tested the maximum number of users JAMES can handle? > > There should not be a limit, although there are two places in the code where > a Map kee

Re: Maximum number of users

2003-10-22 Thread Mark Daring
> > Has anybody ever tested the maximum number of users JAMES can handle? > > There should not be a limit, although there are two places in the code where > a Map keeps track all of the mailboxes currently in use. They could be > replaced with a ReferenceMap. > > I just en

RE: Maximum number of users

2003-10-22 Thread Noel J. Bergman
> Has anybody ever tested the maximum number of users JAMES can handle? There should not be a limit, although there are two places in the code where a Map keeps track all of the mailboxes currently in use. They could be replaced with a ReferenceMap. I just entered this into bugzi

Maximum number of users

2003-10-22 Thread Mark Daring
Has anybody ever tested the maximum number of users JAMES can handle? I mean not concurrently, only the local accounts, irrespective of the traffic they produce. M