Search results for query: *

  1. D

    Question Multithreading App Blocking UI

    Yes all 89 machines to be polled every 5-8 secs. With a view to providing a 'Current State' type dashboard. Wrt processing times, when everything is online, about 3 secs with API and less for a file. At the moment I'm relying on File.OpenText to return a "The network path was not found." error...
  2. D

    Question Multithreading App Blocking UI

    About once every 5-8 seconds
  3. D

    Question Multithreading App Blocking UI

    The API returns an offline message after a specified timeout. This timeout needs to be >10secs to ensure the connection is made for online machines.
  4. D

    Question Multithreading App Blocking UI

    I've been trying for about 3 months now to write a multithreaded app to collect data from multiple machines in a machine shop and insert the data into a database. There are 87 machines, 48 of which dump their data into text files on a network drives, and 39 of which that can be polled for data...
  5. D

    Question Best way to update UI in busy multithreaded app

    I have been developing a machine polling (windows forms) application for some time now and have successfully implemented all the functionality that is required. However I have faced one significant problem from the outset in that I have been unable to deliver a smooth user experience as far as...
Back
Top