03-31-2015 12:43 PM
Probably a silly question but if I don't ask I do not want to just assume.
I have a well organized State Machine and I am at the final stage - Saving Data. The data saves could be quite long (a good 15-20 seconds) due to latency over our LAN and I think the best way to attack this would be to use queues. I was wondering what things I need to look out for or is it just as simple as passing data to the consumer?
I would need just two elements (an ID field and it's actual data - both string values) of data for each record which could be passed via a 2D array.
Solved! Go to Solution.
03-31-2015
01:12 PM
- last edited on
05-14-2025
02:29 PM
by
Content Cleaner
Sounds like a normal Producer/Consumer to me.
03-31-2015 07:44 PM - edited 03-31-2015 07:46 PM
Another resource can be found here.
Mike...
04-01-2015 07:22 AM
Crossrulz and mikeporter,
Thank you. I thought it was just that easy. Sometimes just a soft push is all I need. Thanks again.
Eric