Name: dkR10031 Date: 06/03/2003
Currently, instrumented programs try to save coverage data via a network
(to a running Grabber) only when they are unable to save the data to disk,
and users have no control of the data saving mode. This is very inconvenient,
since data saving mode becomes not easily predictable in certain cases.
Besides, even if an instrumented application has enough permissions to
write data to disk, it might be desirable for a user that the coverage
data be saved via a network.
So it would be good to add some static and dynamic instrumenter options or
a runtime system property which would make an instrumented app save data via a
network, as it currently does when writing to disk is not possible.
======================================================================