Your answer doesn't leave much wiggle room, W. If I recall correctly,
this is one of those situations that's covered in Computing 101. I
think I read about something like this in one of Knuth's books many
years ago. I was hoping that a solution would be hidden away
somewhere deep inside Unix. Any chance of increasing the value of W,
even a little?
On Jun 21, 2006, at 5:56 PM, Jon Pugh wrote:
At 5:02 PM -0500 6/21/06, Luther Fuller wrote:
Is there any way for application B to establish exclusive
ownership of application A, excluding all user interaction with A,
until application B is finished, thus protecting data D?
No.
This is one of the problems of using a scripted application in the
user's space. Your best choice is to munge the data through an
application which the user cannot mess with. This is often much
more difficult, if not impossible, than leveraging an existing
application however.