Hi,
I am new here. I need some help on inter-process communication.
I am developing a high performance console app in C# 4.0. The reason i chose console to winform because to minimize the GUI thread overheads. But i need to view the processing statistics from time to time (occasionally only, to check not monitoring). Just few variables values need to be accessed.
1. Is there a way like accessing web-service? let's say i have some volatile variables signed as public in a public class.
Any suggestion will be considered a help, as i need some ideas. Thank you guys.