Article Isaac Aaron · Jun 21, 2016 1m read Simple Cache systemd Unit Hello I have noticed that Cache (2016.1 at the time of writing) doesn't come with a systemd startup script for RHEL7. Here is a small example script I have built. [Unit] Description=Intersystems Cache [Service] Type=forking ExecStart=/bin/bash -c '/usr/cachesys/cstart 2>&1 | logger -t cache_start' ExecStop=/bin/bash -c '/usr/cachesys/cstop quietly 2>&1 | logger -t cache_stop' RemainAfterExit=yes [Install] WantedBy=multi-user.target The file should be placed as /usr/lib/systemd/system/cache.service #Caché #System Administration 6 8 0 2.2K
Question Isaac Aaron · Jun 3, 2016 Read I/O Performance On >50,000 IOPS HelloDuring some consultant activity I did at a client's I have discovered something very interesting. It seems like the current processing cycle as written in ObjectScript has trouble utilizing an SSD-based storage machine with five-digit IOPS. #Caché #Field Tests 2 6 0 2.6K