Hi guys,
I would like to know about your experience using DirectMethods and Listeners, I've been playing with the framework whenever I have some spare time but never create an app with it, from what I understood the Listener is good only for operations that don't require server-side code, thus really fast, and whenever a trip back to the server is needed for the instance to load data from the database DirectMethod should be used, is that correct?.
I created a simple GridPanel and added a row command that popups an Ext Window with more details about that row, it takes about 2 seconds on my machine and 5-6 seconds on a external web server, considering it is a very simple SQL Server query, for testing purposes, is that the average speed?
Thanks,
Paul