G
Guest
I'm using ColdFusion for these task:
- disk writes
- searching for items within a string or array
- looping
- calling stored procedures in MS SQL Server
Using the same techniques, which .NET language will run the above type of
task faster? Please elaborate.
Also, because the above task are intense (done through each loop
interfaction), as more transactions occur over time, CF will use more cpu
time. Eventually, more servers are needed for the work to be spread out.
Taking that into considering, which .NET language is best?
Thanks,
Brett
Brett
- disk writes
- searching for items within a string or array
- looping
- calling stored procedures in MS SQL Server
Using the same techniques, which .NET language will run the above type of
task faster? Please elaborate.
Also, because the above task are intense (done through each loop
interfaction), as more transactions occur over time, CF will use more cpu
time. Eventually, more servers are needed for the work to be spread out.
Taking that into considering, which .NET language is best?
Thanks,
Brett
Brett