Daniel C. Wickstrom wrote: > For instance, a big hurdle in integrating java with aolserver was > due to the way aolserver initiates startup. While starting, > aolserver blocks signals.
Instead of blocking them, it might be possible to have aolserver catch signals and write a signal handler that was smart enough to do the "right thing" with them. Maybe a module could register what signals it wanted to know about with the core server. Sounds like a fairly complicated problem, but worth looking into. /s.
