RE: Slow response time

2013-09-12 Thread Beall, Mark (HPSL)
Thanks Samuel and Ramsey for your responses. We do have a large data base so copying the data base is not a good option for us. I will check into the prefetch option. I know we use it but maybe not in all instances. -Original Message- From: Ramsey Gurley [mailto:rgur...@smarthealt

Does Ajax work in Direct Connect Mode?

2013-09-12 Thread MAI NGUYEN
Hello List, I have to run the WebObjects application in Direct Connect Mode as we use a custom load balancer, and do not want to have Apache involved. Does anyone know if it is possible to use Ajax in Direct Connect Mode? I am using AjaxExpansion, but an "onclick" on the Ajax Request does not sh

WOWODC 2014: room booking

2013-09-12 Thread Pascal Robert
Well, it's way early and we don't even have an official list of presentations, but if for a reason you want to book your room soon, you can! https://www.deltahotels.com/Groups/Delta-Montreal-Groups/Wo-Community ___ Do not post admin requests to the lis

Re: Slow response time

2013-09-12 Thread Samuel Pelletier
Mark, The only solution is to run the app on the same networks as the database server. You may either create a copy of the database on your dev location or remote debug the test app on a machine at the database location. The database copy on the dev location is way better but may be complex to

Re: Slow response time

2013-09-12 Thread Paul Yu
Indexing on columns in question? More memory for the database? The typical DBA stuff... :) Sent from my iPad On Sep 12, 2013, at 8:42 AM, "Beall, Mark (HPSL)" wrote: > Thanks Ken, >I did turn on SQL debugging and the slow response is due to Database > latency.Are there any suggestio

RE: Slow response time

2013-09-12 Thread Beall, Mark (HPSL)
Thanks Ken, I did turn on SQL debugging and the slow response is due to Database latency.Are there any suggestions on ways this may be improved? From: Ken Anderson [mailto:kenli...@anderhome.com] Sent: Monday, September 09, 2013 8:45 AM To: Beall, Mark (HPSL) Cc: webobjects-dev@lists.app