Keystone Server Setup
Jump to navigation
Jump to search
Keystone License Information
- Location
- 0 for main office
- 1 or higher for each remote site
- NOTE: No 2 sites should ever have the same location ID
Socket Server
NOTE: Always set the ip address to the actual server ip address, not local server (127.0.0.1)
InterBase Server
Configuring Database Cache Size
1. Open CCWSYS.IB database in IBConsole
2. Open CCTCODB table
3. Select DATA tab
4. For each non-practice database:
- Press F2 in the DB_PARAMS field
- Click the '...' button
- Add the line 'NUM_BUFFERS=16384'
Configuring for multi-core/multi-processor
1. Make a backup copy of C:\Program Files\Borland\InterBase\ibconfig
2. Open C:\Program Files\Borland\InterBase\ibconfig in Notepad
3. Insert these lines at the beginning of the file:
CPU_AFFINITY=(*see below) ENABLE_HYPERTHREADING=0 MAX_THREADS=10 TCP_REMOTE_BUFFER=32768
4. Save the file
5. Restart the InterBase server
Determining CPU_AFFINITY value for ibconfig
(future)