Support Board
Date/Time: Sat, 23 Nov 2024 18:54:35 +0000
Post From: Future planned OS platforms for SC
[2023-07-20 11:45:35] |
VLiviu - Posts: 223 |
@SierraChart: Go for FreeBSD. It is a unix based OS. Its has kqueue() signalling to handle asy nc IO operations. epoll() are used in Linux distros for async IO completion which performs worst. FreeBSD is the best OS if your requirement is IO. |