Okay, now that I have code coverage results being produced I can move closer to the actual goal I am aiming to reach.

I would like to capture code coverage per request.

I do not want to have to restart the server everytime.

I also do not want to have touch the underlying code I am profiling.

I tried to be clever, setting Apache prefork settings to all 1's so it would restart each thread after a single request, but that didn't seem to work. It always started at least 5 clients.

What would you guys suggest?

thanks

--
 Alan Williamson, Technology Evangelist
  SpikeSource Inc.

  Daily Trawl through the funny and bizarre
    http://compiledby.spikesource.com/

Reply via email to