Kevin Seguin at [EMAIL PROTECTED] wrote:
> 
> i kind of like the second approach.

That's what I'm oriented for...

> i like the idea, for example, of being able to tweak a config file, then
> restart a service without having to restart the entire vm.

Well, that's not _always_ true... For example, if in your config file you
change the port from 80 to 800 (both privileged, btw), you will have to
restart the VM. start() and stop() are merely a "pause" and "continue", as
most of your configurations should be handled in init(), and that gets
called only _once_ within your JVM process...

> also, it has nice symmetry with the servlet api :)

Yeah, I like the symmetry too :)

    Pier

Reply via email to