Could some body give me advice. I'm going to implement program working in real time withing working hours, i.e 9am - 5 pm. There is a database of materials including parameters of materials which are changing all the time. I have no problem with database and visual interface. The barcode in workshop will send a volts value to the desktop in a processing room. There will be a small network. The program with database will run on the next desktop. So for example the barcode value is being received from the workshop. Then this value must be sent to the next desktop where program with database is running. So how to find best solution? Shouid I use a timer control or to listen a port when barcode value is received and then refresh the database?..