RE: scope and presenting realtime data (fwd)

2004-05-27 Thread ramudu
y if the last value for a server is older than n seconds (saves some io) > > else sounds good > > hth > Alexander > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 26. Mai 2004 19:39 > To: Struts Users Mailing List >

RE: scope and presenting realtime data (fwd)

2004-05-27 Thread Jesse Alexander (KXT)
hat daemon thread 3) poll only if the last value for a server is older than n seconds (saves some io) else sounds good hth Alexander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 26. Mai 2004 19:39 To: Struts Users Mailing List Subject: Re: scope and

Re: scope and presenting realtime data (fwd)

2004-05-26 Thread ramudu
Dear All, Thanks for all your feedback. Based on the discussion i derive following conclusions. please comment on their accuracy. 1. A Data Storage object (Say a HaspMap with the server name as a key and the N value data object as value are stored along with the last updated time)

Re: scope and presenting realtime data (fwd)

2004-05-26 Thread Irfandhy Franciscus
My advice may sound out of the context, but how bout actually storing each last N value to a database. this way you can even have an archive of the Last N value. Or if you dont want to setup a database, just write the last N value to a property file or text file. Regards, Irfandhy Franciscus [E

RE: scope and presenting realtime data (fwd)

2004-05-26 Thread Jesse Alexander (KXT)
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 26. Mai 2004 14:35 To: Struts Users Mailing List Subject: RE: scope and presenting realtime data (fwd) Hi, Thanks for your response... as you rightly pointed out the data is 'near realtime' not exactly REAL-TIME.

RE: scope and presenting realtime data (fwd)

2004-05-26 Thread Andrew Hill
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, 26 May 2004 20:35 To: Struts Users Mailing List Subject: RE: scope and presenting realtime data (fwd) Hi, Thanks for your response... as you rightly pointed out the data is 'near realtime' not exactly REAL-

RE: scope and presenting realtime data (fwd)

2004-05-26 Thread ramudu
ust my 2 cents worth though so theres probably many better ways of > doing it. > > hth > Andrew > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 26 May 2004 19:42 > To: [EMAIL PROTECTED] > Subject: scope and prese

RE: scope and presenting realtime data (fwd)

2004-05-26 Thread Andrew Hill
PROTECTED] Subject: scope and presenting realtime data (fwd) Hi, Can anyone suggest some approach for this issue. thanks & regards -Ramudu -- Forwarded message -- Date: Wed, 26 May 2004 14:52:23 +0530 (IST) From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List <[EMA

scope and presenting realtime data (fwd)

2004-05-26 Thread ramudu
Hi, Can anyone suggest some approach for this issue. thanks & regards -Ramudu -- Forwarded message -- Date: Wed, 26 May 2004 14:52:23 +0530 (IST) From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: scope and presenting