14 Jan
                
                    2011
                
            
            
                14 Jan
                
                '11
                
            
            
            
        
    
                10:13 a.m.
            
        On Thu, Jan 13, 2011 at 10:14 PM, Blake McBride <blake@mcbride.name> wrote:
On second thought, if Java has anything like (I'm mainly from the C world) flush all buffers, close all files, hold other threads, etc. could be a problem too.
Right. Java has a "hold other threads" but the API has been deprecated and isn't used by ABCL. I'm not aware we use any other functions which change global state. Bye, Erik.