From: John J. <jj...@as...> - 2005-03-16 20:46:32
|
Arnold Pizer wrote: > At 02:57 PM 3/16/2005, John Jones wrote: > > I don't know if I can tell anything from the above or not. I seems > submitting an answer does slow stuff down somewhat. How many BD calls > are involved in that process? I don't know offhand. My basic approach to figuring this out is either throw extra information in the timing log, or to write information to a special log file. Including what webwork function in SQL is being called, and the sql statement it uses should give an idea of how much and what kind of activity is involved in a single submission. John |