Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron Ron is offline
external usenet poster
 
Posts: 250
Default How stable is Excel using timed loops

For a Business application I want to read some XML file every minute.
The idea is that it retains these events for 30 min.
So basically every minute I:
1) read XML (1 to 400 records)
2) process the XML to add some data to it
3) remove events older than 30 min
4) display graphs tables etc based on the leftover records.

As the idea is to run this 24x7 I need to know if someone has experience
with the stability of Excel

thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 28
Default How stable is Excel using timed loops

Ron,

Excel can be very stable for reading telimetry data from the internet. BUT,
you must do a lot of error checking and loging because your XML information
will not always be what you expect. Otherwise you will could crash when you
get blank garbeled data. Write your code, then when you think your code is
perfect, add "On Error Resume Next" in every routine and test, test, test.

Allan P. London, CPA


"Ron" wrote in message
...
For a Business application I want to read some XML file every minute.
The idea is that it retains these events for 30 min.
So basically every minute I:
1) read XML (1 to 400 records)
2) process the XML to add some data to it
3) remove events older than 30 min
4) display graphs tables etc based on the leftover records.

As the idea is to run this 24x7 I need to know if someone has experience
with the stability of Excel

thanks in advance



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 175
Default How stable is Excel using timed loops

This is a very bad idea. Excel is great as a desktop productivity
application, but it's not a server application, it does not stand up well to
24x7 usage.

If you have to do this then do not use application.ontime, investigate the
Windows Api call settimer.


--
www.alignment-systems.com


"Ron" wrote:

For a Business application I want to read some XML file every minute.
The idea is that it retains these events for 30 min.
So basically every minute I:
1) read XML (1 to 400 records)
2) process the XML to add some data to it
3) remove events older than 30 min
4) display graphs tables etc based on the leftover records.

As the idea is to run this 24x7 I need to know if someone has experience
with the stability of Excel

thanks in advance

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2007 vs Excel 2003: How to keep charts stable? Mike Charts and Charting in Excel 0 November 14th 09 11:28 AM
Stable formula Syahira New Users to Excel 3 July 28th 06 08:06 PM
Stable chart How too create a stable chart? Charts and Charting in Excel 1 January 24th 06 09:34 AM
Setting a timed event in Excel - Please Help Bob Phillips[_6_] Excel Programming 0 April 30th 04 07:07 PM
Setting a timed event in Excel - Please Help Bob Phillips[_6_] Excel Programming 0 April 30th 04 07:06 PM


All times are GMT +1. The time now is 10:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"