Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default URGENT!!! RTD updates maximum frequency

Hello group,

I really need help here - and the faster the better because we got
stuck!!!

RTD FAQ on MS site
(http://msdn.microsoft.com/library/de...c_xlrtdfaq.asp
) claims that maximum frequency for updating one topic is 200 updates
per second.
In our attempts to calculate the frequency with which Excel is able to
refresh data we couldn't get more than 63-65 updates per second.
Did anyone try it and got 200 updates per second? If yes what is the
structure of your RTD server.

TIA,
marsou

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 175
Default URGENT!!! RTD updates maximum frequency

I don't think that 200 updates per second is actually going to happen with
anything other than a random number generator. One of the RTDs that I've
worked with have been for trade execution average prices, so they are hooked
up to a TIB (www.tibco.com) backbone to update average prices for orders.
This will tick over with many three events per subject per second at most, so
it's really not hitting the limit.

What is going on in your RTD server? What are you calculating? What's the
client side hardware? Where does the data come from? These are some of the
questions that you need to look at to see what the problem is.



--
www.alignment-systems.com


"marsou" wrote:

Hello group,

I really need help here - and the faster the better because we got
stuck!!!

RTD FAQ on MS site
(http://msdn.microsoft.com/library/de...c_xlrtdfaq.asp
) claims that maximum frequency for updating one topic is 200 updates
per second.
In our attempts to calculate the frequency with which Excel is able to
refresh data we couldn't get more than 63-65 updates per second.
Did anyone try it and got 200 updates per second? If yes what is the
structure of your RTD server.

TIA,
marsou


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default URGENT!!! RTD updates maximum frequency

Thank you for your reply John,

We are now just trying to measure what we have and can we really use
RTD for our purposes. For now our RTD server does nothing except
sending out iterated numbers ( it can be called random numbers, because
there is no actual logic there).
The logic is - we send update request and after getting refresh from
excel, we send another update request (we tried different approaches:
like timers, waker windows, threads etc). However we couldn't reach for
something better than 63-65 refreshes per second for one topic. It
doesn't agree with MS claims about 200 so I was asking if anyone have
actually seen it.

marsou

John.Greenan wrote:
I don't think that 200 updates per second is actually going to happen with
anything other than a random number generator. One of the RTDs that I've
worked with have been for trade execution average prices, so they are hooked
up to a TIB (www.tibco.com) backbone to update average prices for orders.
This will tick over with many three events per subject per second at most, so
it's really not hitting the limit.

What is going on in your RTD server? What are you calculating? What's the
client side hardware? Where does the data come from? These are some of the
questions that you need to look at to see what the problem is.



--
www.alignment-systems.com


"marsou" wrote:

Hello group,

I really need help here - and the faster the better because we got
stuck!!!

RTD FAQ on MS site
(http://msdn.microsoft.com/library/de...c_xlrtdfaq.asp
) claims that maximum frequency for updating one topic is 200 updates
per second.
In our attempts to calculate the frequency with which Excel is able to
refresh data we couldn't get more than 63-65 updates per second.
Did anyone try it and got 200 updates per second? If yes what is the
structure of your RTD server.

TIA,
marsou



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 175
Default URGENT!!! RTD updates maximum frequency

Hi,

have you tried using the code at
http://support.microsoft.com/kb/285339/

and modifying TIMER_INTERVAL to a smaller number?

I don't understand this:

The logic is - we send update request and after getting refresh from
excel, we send another update request (we tried different approaches:
like timers, waker windows, threads etc).


How are you running this? Can you explain in more detail? If you are
trying to get a feedback loop from excel back to the RTD you are not going to
get good performance. The only way to get this to fly is to have the RTD
generate the updates outside of the realm of the Excel GUI.


--
www.alignment-systems.com


"marsou" wrote:

Thank you for your reply John,

We are now just trying to measure what we have and can we really use
RTD for our purposes. For now our RTD server does nothing except
sending out iterated numbers ( it can be called random numbers, because
there is no actual logic there).
The logic is - we send update request and after getting refresh from
excel, we send another update request (we tried different approaches:
like timers, waker windows, threads etc). However we couldn't reach for
something better than 63-65 refreshes per second for one topic. It
doesn't agree with MS claims about 200 so I was asking if anyone have
actually seen it.

marsou

John.Greenan wrote:
I don't think that 200 updates per second is actually going to happen with
anything other than a random number generator. One of the RTDs that I've
worked with have been for trade execution average prices, so they are hooked
up to a TIB (www.tibco.com) backbone to update average prices for orders.
This will tick over with many three events per subject per second at most, so
it's really not hitting the limit.

What is going on in your RTD server? What are you calculating? What's the
client side hardware? Where does the data come from? These are some of the
questions that you need to look at to see what the problem is.



--
www.alignment-systems.com


"marsou" wrote:

Hello group,

I really need help here - and the faster the better because we got
stuck!!!

RTD FAQ on MS site
(http://msdn.microsoft.com/library/de...c_xlrtdfaq.asp
) claims that maximum frequency for updating one topic is 200 updates
per second.
In our attempts to calculate the frequency with which Excel is able to
refresh data we couldn't get more than 63-65 updates per second.
Did anyone try it and got 200 updates per second? If yes what is the
structure of your RTD server.

TIA,
marsou




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
Return Maximum from Column directly above Maximum in Row Code Numpty Charts and Charting in Excel 2 November 19th 08 07:29 AM
IME MODE FOR EXCEL 2007 (URGENT URGENT) Stella Wong Excel Discussion (Misc queries) 1 August 23rd 08 11:16 PM
histograms - frequency and relative frequency? confusedstudent Excel Discussion (Misc queries) 2 February 8th 06 08:20 AM
Urgent-Urgent VBA LOOP Jeff Excel Discussion (Misc queries) 0 October 6th 05 05:46 PM
Macro help urgent urgent chandra Excel Programming 0 September 4th 03 03:50 PM


All times are GMT +1. The time now is 02:03 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"