UserManager shutdown hook?

2000-11-13 Thread jbirchfield
We have implemented our own usermanager, and it all works great. But we would like to know when the server is restarted at least, if not shutdown. We start up a 'raper' thread, which is responsible for cleaning up expired user references. When the orion is restarted, it creates a new instance

Re: UserManager shutdown hook?

2000-11-13 Thread Robert Krueger
At 08:41 13.11.00 , you wrote: We have implemented our own usermanager, and it all works great. But we would like to know when the server is restarted at least, if not shutdown. We start up a 'raper' thread, which is responsible for cleaning up expired user references. When the orion is

Re: UserManager shutdown hook?

2000-11-13 Thread jbirchfield
: | | Subject: Re: UserManager shutdown hook

RE: UserManager shutdown hook?

2000-11-13 Thread Andrej Gabara
Title: RE: UserManager shutdown hook? How do you determine expired user references? Will you be able to cleanup stateful session beans that were in use by that user? Thank's Andrej -Original Message- From: Robert Krueger [mailto:[EMAIL PROTECTED]] Sent: Monday, November 13

RE: UserManager shutdown hook?

2000-11-13 Thread jbirchfield
: RE: UserManager shutdown hook? | | How do you determine expired user

RE: UserManager shutdown hook?

2000-11-13 Thread Juan Lorandi (Chile)
Title: RE: UserManager shutdown hook? what is a 'raper' thread?? . . . . . . . . . . Now I'm sorry I asked ;-) JP -Original Message-From: Andrej Gabara [mailto:[EMAIL PROTECTED]]Sent: Lunes, 13 de Noviembre de 2000 18

RE: UserManager shutdown hook?

2000-11-13 Thread jbirchfield
, Suite 2000Louisville, KY 40223@Sent by: [EMAIL PROTECTED]11/13/2000 08:11 PM NSTPlease respond to Orion-Interest To: Orion-Interest [EMAIL PROTECTED] cc: bcc: Subject: RE: UserManager shutdown hook? what is a 'raper' thread??. . .. .. .. ..Now I'm sorry I

RE: UserManager shutdown hook?

2000-11-13 Thread Andrej Gabara
Title: RE: UserManager shutdown hook? What do you gain by doing it this way? Can you update your cache when getUser() is called, and reap any idle users then? What is this cache used for? What kind of user manager are you using? Thank's Andrej -Original Message- From: [EMAIL