Question
Performance using CFC and Stored Procedure!
hi guys,
i just want some opinion or suggestion on these thing ?
1. is there any different at the web server and database server performance if i'm calling a query using this method :
a. Using stored procedure SP_A to call a query Q_A
b. Using a CFC to call a Stored Procude SP_A that calling query Q_A
which one is better if i'm using two server, 1 Web Server and another a Database Server in a different location.
Thanks for the info