How to speed up the CF - database interaction?
Hi,
Let's say we've got a front-end (in Flex or cfml) which needs to monitor some kind of real-time data (e.g. data that changes every second or millisecond) and that we've got to do some kind of manipulation with this constantly changing data (calculations, etc) to output a result and also insert or update certain tables in a database (e.g. MySQL 5.1).
Is this feasible using CF? Or, should I say, is this advisable to do with CF? Or which is the best programming language (and database) for that matter (especially in terms of performance)?
How can we speed up the GUI to-and-from Database interaction?
I mean apart from indexing tables or using stored procedures?
Thanks in advance and best regards,
Yogesh Mahadnac
