[solved] Using IDOS->NotifyVar() in library?

This forum is for general developer support questions.
User avatar
gazelle
Posts: 102
Joined: Sun Mar 04, 2012 12:49 pm
Location: Frohnleiten, Austria

Re: Using IDOS->NotifyVar() in library?

Post by gazelle »

colinw wrote:It is not REALLY safe per-se, ...
Your first idea is much better, just create a small dedicated async process that sits in Wait() until the library has the expunge vector called, then signal it to exit, (and do actually make sure it exits in a robust way), expunge and return.
That's what I feared. Ok, I'll reintegrate the async process code. Thanks for your help.
Post Reply