Author Archive
Tuesday, November 13th, 2007
Fastest way to understand what a web app is doing
The fastest way I know of to understand what a web application is doing - is to simply get some logging on the database and webservice calls.
You could print the output to the apache error log, but I like the technique shown below simply because its really easy to use and you get […]
