Feature #3155 - Cross-platform TCP IPC between GUI and service
Created on:
11 Apr 2012 01:15
Updated by:
Updated on:
15 Jul 2012 00:42
Platform:
Various
Google ID:
None
Redmine ID:
3207
Problem: Named pipes are used on Windows which are not cross-platform -- this means more code to maintain for IPC.
Solution: Just use TCP instead, so it'll work on Unix too.
Write comment