Lisp HUG Maillist Archive

Real-time charting

Has anyone done charting with CAPI? Stock charting?

What about real-time charting?

Does CAPI keep up easily?

	Thanks, Joel

--
http://whylisp.com




Real-time charting


I wrote an app that charts diffserve packet drops on remote machines, I
"animated" the graphs by redrawing them once a second.  CAPI it kept up
fine and I didn't have to do anything bizarre.  It all depends on how
tight the deadlines are, I should think latency should be reasonably
well bounded down to a few 10ths of a second.  I don't think the
Lispworks scheduler attempts to be realtime, however.

Regards,

Greg


Joel Reymont writes:
 > 
 > Has anyone done charting with CAPI? Stock charting?
 > 
 > What about real-time charting?
 > 
 > Does CAPI keep up easily?
 > 
 > 	Thanks, Joel


Updated at: 2020-12-10 08:47 UTC