View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
John.Greenan John.Greenan is offline
external usenet poster
 
Posts: 175
Default RTD server performance

Yes you can use c#. Create the server and then create an interop layer.
That works.

--
www.alignment-systems.com


"B Deepak" wrote:

Hey John,

Can I use C# as a development lang. for RTDServer?
Because as of my knowledge, we can not build com dll using c#. So do I need
to continue with VB?
Which language d u used?

Thanks n Regards,
Deepak


"John.Greenan" wrote in message
...
Without knowing exactly what you are doing it's not possible to answer,
but I
run an RTD server which is linked to 8000 cells in a worksheet and it
works
ok, so I would not worry about 20 cells.

The push/pull mechanism in the RTD server means that excel does not get
flooded - it's an elegant architecture.

Check out the MSDN site for some examples of RTD server code / setup and
bestr practice.





--
www.alignment-systems.com


"B Deepak" wrote:

Hi Grp,

I have to excel sheets which has 10 cells each. and I have to develop a
RTDServer using vb.net. Now I am assigning all my cells wich the
RTDServer
formula which I is to be developed. Now can anybody suggest me will this
RTDServer face performance issue due to coninuous updates for 20 cells?

Thanks,
Deepak