Hi Warren, I usually provide my servers with an administration interface, which includes a shutdown method. The method simply wakes a thread, which calls shutdown on the orb. You could also have the shutdown method itself call shutdown on the orb, but to avoid deadlock, it may not wait for current requests to complete, so i usually dont do this. Yours sincerely, Bjorn