Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Capturing shutdown

A reminder to others: shutdown hooks are for VM shutdown.

If you have long-running VM but want to pick out when applications
are stopped (and/or restarted), then AspectJ still might offer the 
best-available general solution.

Wes

> ------------Original Message------------
> From: Eric Bodden <eric@xxxxxxxxx>
> To: jpalm@xxxxxxxxxxx, aspectj-users@xxxxxxxxxxx
> Date: Thu, Jun-2-2005 9:25 AM
> Subject: RE: [aspectj-users] Capturing shutdown
>
>  
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> > Can you give an example when they are not reliable?
> I had something in mind that under certain circumstances, shutdown
> hooks may not be executed. However after further reading I think I
> confused this with finalizers (where this is indeed the case). So I
> think shutdown hooks are indeed what I am looking for. Thanks!
> 
> Eric
> 
> - -- 
> Eric Bodden
> Chair I2 for Programming Languages and Program Analysis
> RWTH Aachen University
> 
> -----BEGIN PGP SIGNATURE-----
> Version: PGP 8.0.3
> 
> iQA/AwUBQp8y8swiFCm7RlWCEQKikwCePSj3jmKEbUIu+JIbLDIQqzC6mWoAn1o7
> x7Y0opHXdQy00UhirE/G+qwG
> =zvpx
> -----END PGP SIGNATURE-----
> 
> 
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
> 



Back to the top