Click here to Skip to main content
15,923,557 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralJava Applets anyone? No. Right? Pin
raddevus29-Dec-17 7:14
mvaraddevus29-Dec-17 7:14 
GeneralRe: Java Applets anyone? No. Right? Pin
lopatir29-Dec-17 8:13
lopatir29-Dec-17 8:13 
GeneralRe: Java Applets anyone? No. Right? Pin
raddevus29-Dec-17 8:29
mvaraddevus29-Dec-17 8:29 
GeneralRe: Java Applets anyone? No. Right? Pin
Super Lloyd30-Dec-17 0:20
Super Lloyd30-Dec-17 0:20 
GeneralRe: Java Applets anyone? No. Right? Pin
Kornfeld Eliyahu Peter30-Dec-17 6:37
professionalKornfeld Eliyahu Peter30-Dec-17 6:37 
GeneralRe: Java Applets anyone? No. Right? Pin
Tomaž Štih1-Jan-18 23:08
Tomaž Štih1-Jan-18 23:08 
GeneralRe: Java Applets anyone? No. Right? Pin
raddevus2-Jan-18 11:56
mvaraddevus2-Jan-18 11:56 
GeneralWork challenge of the day Pin
Tim Carmichael29-Dec-17 3:57
Tim Carmichael29-Dec-17 3:57 
At work, we have time series data collected from multiple remote sites.
On occasion, a communication break with the remote site occurs and collected data is buffered; when the communication break is resolved the buffered data is passed to the receiving system. All of the data is time stamped from when it originated, not from when it is received at corporate.

There are two types of calculations:
event based - execute the calculation when an input event is received and time stamp the resultant value with the originating event time stamp
periodic - execute the calculation on a timed basis and use whatever values are available; the resultant value is time stamped with the execution time

So.. now the issue.. if the data is buffered, the periodic calculations are useless, but, periodic calculations are a business requirement.

I need to devise a system to:
detect a communication break
detect when the communication break is resolved and the buffered data has been received
delete the periodic values for the affected site for the affected time frame
re-execute the periodic calculations for the affected site for the affected time frame keeping in mind calculation dependencies; an output from periodic calculation 'A' may be used in periodic calculation 'B'
make the system that gathers the periodic data aware of the recalculated data so they can reload it

I have a conceptual plan written... starting to work on the pieces.

GeneralRe: Work challenge of the day Pin
F-ES Sitecore29-Dec-17 4:03
professionalF-ES Sitecore29-Dec-17 4:03 
GeneralRe: Work challenge of the day Pin
Tim Carmichael29-Dec-17 4:40
Tim Carmichael29-Dec-17 4:40 
GeneralRe: Work challenge of the day Pin
jschell1-Jan-18 7:32
jschell1-Jan-18 7:32 
GeneralRe: Work challenge of the day Pin
Tim Carmichael1-Jan-18 23:50
Tim Carmichael1-Jan-18 23:50 
GeneralRe: Work challenge of the day Pin
PIEBALDconsult29-Dec-17 4:12
mvePIEBALDconsult29-Dec-17 4:12 
GeneralRe: Work challenge of the day Pin
Tim Carmichael29-Dec-17 4:41
Tim Carmichael29-Dec-17 4:41 
GeneralRe: Work challenge of the day Pin
Simon_Whale29-Dec-17 4:27
Simon_Whale29-Dec-17 4:27 
GeneralRe: Work challenge of the day Pin
Marc Clifton29-Dec-17 4:29
mvaMarc Clifton29-Dec-17 4:29 
GeneralRe: Work challenge of the day Pin
Tim Carmichael29-Dec-17 4:42
Tim Carmichael29-Dec-17 4:42 
GeneralRe: Work challenge of the day Pin
abmv29-Dec-17 5:32
professionalabmv29-Dec-17 5:32 
GeneralRe: Work challenge of the day Pin
Tim Carmichael29-Dec-17 5:56
Tim Carmichael29-Dec-17 5:56 
GeneralRe: Work challenge of the day Pin
abmv29-Dec-17 8:42
professionalabmv29-Dec-17 8:42 
GeneralConfusing the Cousin Pin
Tim Carmichael29-Dec-17 2:39
Tim Carmichael29-Dec-17 2:39 
GeneralRe: Confusing the Cousin Pin
Marc Clifton29-Dec-17 4:33
mvaMarc Clifton29-Dec-17 4:33 
GeneralRe: Confusing the Cousin Pin
Tim Carmichael29-Dec-17 4:39
Tim Carmichael29-Dec-17 4:39 
GeneralRe: Confusing the Cousin Pin
Rick York29-Dec-17 6:43
mveRick York29-Dec-17 6:43 
GeneralRe: Confusing the Cousin Pin
Tim Carmichael29-Dec-17 6:44
Tim Carmichael29-Dec-17 6:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.