Considering an application with multiple clients at the same time monitoring (same or different) data from server at different location simultaneuously. Server will be connected to say 10 equipments (GPIB/RS232/USB/TCP mix) at the same time.
Have following questions:
How does LV client server architecture compare with Microsoft's Remoting, or even virtual com port ?
Specifically how do they compare implementation wise ?
how is speed over interanet/ internet ?
How is performance of 2 platforms in context with server app(LV and microsoft C#) comparison in context with multithreading ?
How do both platforms compare in context with programming ease (LV and microsoft C#) without speed going down, while handling requests from 10 clients ?