server port number port
This configuration option establishes the port number used by Zim Server to talk to all the users that try to log on.
Valid Settings
A number from 1024 to 32765.
| Windows | 6002 |
| UNIX | 6002 |
server port number port
This configuration option establishes the port number used by Zim Server to talk to all the users that try to log on.
A number from 1024 to 32765.
| Windows | 6002 |
| UNIX | 6002 |
buffers per user buffers
This option specifies the number of buffers to be allocated by each user to process data provided by Zim Server. The buffer allocation happens only in the client side and is independent of locks.
Any directory path.
| Windows | 1000 |
| UNIX | 1000 |
secondary lock group size nn
This option indicates the size of each secondary group of locks that Zim Server has to maintain in memory in order to control and apply locks to ongoing transactions.
A number from 10 to 50.
| Windows | 20 |
| UNIX | 20 |
maximum record groups nn
The number nn indicates how many files in total, for all databases, Zim Server can handle simultaneously, that is, kept open at same time.
A number from 100 to 200,000.
| Windows | 10,000 |
| UNIX | 10,000 |
record group size nn
This is the size of a group of information related to blocks of data, like quick locks, locks, references to a block and users accessing blocks. Each file (that is, record group) can have this many record groups to speed up to relationship between real blocks of data in memory and real blocks of data on disk.
A number from 16 to 256.
| Windows | 32 |
| UNIX | 32 |
secondary lock groups nn
This option indicates how many groups of secondary locks Zim Server has to maintain in memory in order to control and apply locks on ongoing transactions for locks that cannot be held in a quick way (see Quick Locks).
A number from 10 to 100,000.
| Windows | 7500 |
| UNIX | 7500 |