
Originally Posted by
geophil
Which brings us to the question how we would do IPC anyway. The standard C and C++ libraries are rather basic, from an application level point of view and cannot be compared to the feature-rich .Net or Java frameworks, but we certainly do not want to reinvent the wheel here. (Well, the C++ standard library has improved significantly in C++11 with platform independent concurrency, but still...)
TNI plugins should be kept lean and clean as far as I understand the concept (all source files in one folder), which suggests that they probably act in a client role to some external service.