Page 2 of 2

Re: Loading .gif's

Posted: Fri Aug 07, 2009 2:27 pm
by ConvertFromOldNGs
by Craig Shearer >> Thu, 6 Jul 2000 2:37:24 GMT

yeah you could, I'm mainly thinking about use of this control in a smart thin client environment. If you write this sort of thing in JADE, then you're continually having to send network traffic in order to get the control to animate, whereas if done as an OCX, everything happens on the client side. At least, that's how I understand it :-)

Craig.

Re: Loading .gif's

Posted: Fri Aug 07, 2009 2:27 pm
by ConvertFromOldNGs
by Robert Barr >> Thu, 6 Jul 2000 21:06:52 GMT

Just wondering what network traffic is involved. I'd expect the code would be transferred once, and should be fairly trivial (in the order of a few hundred lines?). You'd need to fetch persistently stored animation rules from the database, just take care to read them in one hit - again, should involve trivial amounts of traffic?

Re: Loading .gif's

Posted: Fri Aug 07, 2009 2:27 pm
by ConvertFromOldNGs
by Krull >> Thu, 6 Jul 2000 22:48:54 GMT
Just wondering what network traffic is involved. I'd expect the code would be transferred once, and should be fairly trivial (in the order of a few hundred lines?).

Rob,

Craig mentioned smart thin client; the network traffic of concern is between the app server and presentation client.