Login Page - Create Account

Support Board


Date/Time: Fri, 22 Nov 2024 22:45:45 +0000



Post From: Slow data with v2524

[2023-07-30 07:51:41]
VLiviu - Posts: 223
The issue is always with Wine. Wine has very very very inefficient handling of socket receive buffers and probably send buffers as well.

The simple fact is even with a single buffer, Wines network I/O performance is below 50%, or even lower, of what Windows provides, at least with the network I/O model that Sierra Chart is using which utilizes overlapped I/O and I/O completion notifications. Wines performance is absolutely terrible in this area.

I believe you and i've done a simple test (dont know if counts): I installed chrome in wine and downloaded some big ISO, the speed was great.