02-07-2024 10:42 PM
Hi...
In my application, I'm continuosly reading data and storing it in application cluster. Now I need to log that data for every 10 minutes and clear buffer and start to store data again to application cluster. Here I'm using producer/consumer architecture. So if i click on log data button the data in the application cluster should be logged in to a file and the application cluster should clear the logged data and accumulate new data. Can anyone suggest me how to do it...
Thankyou...
02-09-2024 07:17 PM
Producer/consumer is a suitable architecture. Show us what you have done and we can provide recommendation for improvement.
02-14-2024 12:01 AM
Hi....
Here's what i have tried till now.....