[ic] Restart and stop problems (multilple processes)

Dorothy Puma interchange-users@icdevgroup.org
Thu Feb 6 14:49:00 2003


> No, I don't believe that is any good. We can't be sure it is the same
> process in all situations. It is still a bug in Perl or Solaris....there
> is no way that an opening and reading a file with a completely different
> file handle should release the lock.
> 
> I could go for this:
> 
> 	my $pid = $Global::Variable->{MV_BAD_LOCK} ? $$ : read_pidfile();
> 
> At that point, you just need to set 
> 
> 	Variable MV_BAD_LOCK 1 
> 
> in interchange.cfg.
> 
> I have made that change in CVS.
> 

Mike,

You are awesome, that works great!!!!!

Thanks,
Dorothy