RE: real time processing

2001-09-12 Thread Kurt Ward
I wouldn't even attempt this in CF. You will have to use Java/ActiveX Control/etc. for real time or near real time data due to the need for a persistent connection. Take a look at LabView from National Instruments. Kurt -Original Message- From: Chase, John [mailto:[EMAIL PROTECTED]] Se

RE: real time processing

2001-09-12 Thread Billy Cravens
Something like this is really not what CF is designed for. You'd really want some sort of a server running that communicated the data to the client on a streaming basis - unless there's something already built, you'd do some sockets programming on the server (I'm guessing C++ or Java would be the

RE: real time processing

2001-09-12 Thread Chase, John
I meant CFHTTP-GET ;) > -Original Message- > From: Chase, John > Sent: Wednesday, September 12, 2001 9:03 AM > To: [EMAIL PROTECTED] > Subject: real time processing > > Hello, > I've been doing intranet sites (mostly forms/reports) and lurking on the > list for several years now