[cfaussie] CF Socket / Listener

2012-08-30 Thread Claude Raiola
Hi, Just wondering how I would go about creating a Listener with my cf application using CFSocket however it needs to be robust enough to ensure that it could handle potentially 100's off different data sets send to it every minute at times of peak load without any data sets being lost, broken

Re: [cfaussie] CF Socket / Listener

2012-08-30 Thread Zac Spitzer
do you need to process them in realtime, or can you simply receive and put them into a queue to be processed? On Thu, Aug 30, 2012 at 4:23 PM, Claude Raiola rai...@ozemail.com.au wrote: Hi, Just wondering how I would go about creating a Listener with my cf application using CFSocket however

RE: [cfaussie] CF Socket / Listener

2012-08-30 Thread Claude Raiola
Hi Zac, The data needs to be processed as it is received as the information relates the locations of people, the data being transmitted from mobile gps personal location devices, which report their location at set intervals The information often needs to be validated against specific sets of gps