> -----Original Message-----
> From: Berin Loritsch [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 07, 2002 10:40 PM
> 
> ...
>
> It's either that or not allow exceptions on either.
> 
> Now, on initialization, I can understand exception throwing because
> we have to not let the component be available to other components.
> If the component is not stable because it couldn't allocate thread
> resources that it needs, that is an Exception.
> 
> However, on the stop() method, it really isn't helpful.  We are getting
> rid of the component at this stage--so why should we care if it can't
> get rid of the thread it wanted.  We can force everything to shut down
> hard if necessary.


C'mon Berin, read again what you wrote!

We are NOT necessarily getting rid of the component. A stop() does NOT
necessarily have to be followed by a dispose(). 


Have fun,
Paulo Gaspar

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to